Changeset 5860 for main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Timestamp:
- 13 Mar 2011, 01:45:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantsrooteditpage.pt
r5826 r5860 1 Available applicant containers:2 1 <form method="POST"> 3 2 <table> 4 3 <thead> 5 4 <tr> 6 <th> </th><th>Name</th><th> Description</th>5 <th> </th><th>Name</th><th>Title</th> 7 6 </tr> 8 7 </thead> … … 22 21 <td> 23 22 <span tal:define="name entry/name"> 24 <span tal:content="python: context[name].title">Title</span> -- 25 <span tal:content="python: context[name].description">Description</span> 23 <span tal:content="python: context[name].title">Title</span> 26 24 </span> 27 25 </td>
Note: See TracChangeset for help on using the changeset viewer.