- Timestamp:
- 24 Aug 2011, 20:25:44 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studentscontainerpage.pt
r6621 r6622 1 1 <h2 tal:content="view/label">Title</h2> 2 2 3 <form method="POST"> 3 4 <table class="zebra" tal:condition="layout/isAuthenticated"> 4 5 <tbody> … … 13 14 </tr> 14 15 </tal:block> 16 <tr> 17 <td> 18 <div class="actionButtons" tal:condition="view/availableActions"> 19 <span tal:repeat="action view/actions" tal:omit-tag=""> 20 <input tal:replace="structure action/render"/> 21 </span> 22 </div> 23 </td> 24 </tr> 15 25 </tbody> 16 26 </table> 27 </form>
Note: See TracChangeset for help on using the changeset viewer.