Mercurial > p > roundup > code
comparison doc/customizing.txt @ 3123:5894c7bea8ce
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 28 Jan 2005 05:09:44 +0000 |
| parents | 6e8eb05435cf |
| children | a2889d22db4a |
comparison
equal
deleted
inserted
replaced
| 3122:6e8eb05435cf | 3123:5894c7bea8ce |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.168 $ | 5 :Version: $Revision: 1.169 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 2633 <td tal:content="structure context/due_date/field" /> | 2633 <td tal:content="structure context/due_date/field" /> |
| 2634 </tr> | 2634 </tr> |
| 2635 | 2635 |
| 2636 3. add the property to the issue.index.html page:: | 2636 3. add the property to the issue.index.html page:: |
| 2637 | 2637 |
| 2638 (in the heading row) | 2638 (in the heading row) |
| 2639 <th tal:condition="request/show/due_date">Due Date</th> | 2639 <th tal:condition="request/show/due_date">Due Date</th> |
| 2640 (in the data row) | 2640 (in the data row) |
| 2641 <td tal:condition="request/show/priority" tal:content="i/due_date" /> | 2641 <td tal:condition="request/show/priority" tal:content="i/due_date" /> |
| 2642 | 2642 |
| 2643 4. add the property to the issue.search.html page:: | 2643 4. add the property to the issue.search.html page:: |
| 2644 | 2644 |
| 2645 <tr tal:define="name string:due_date"> | 2645 <tr tal:define="name string:due_date"> |
| 2646 <th i18n:translate="">Due Date:</th> | 2646 <th i18n:translate="">Due Date:</th> |
