Changeset 11432
- Timestamp:
- 24 Feb 2014, 21:41:19 (11 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/accommodationmanagepage.pt
r11254 r11432 19 19 tal:attributes="value cl/__name__" /> 20 20 </td> 21 <td> <a tal:attributes="href cl/__name__">21 <td> <a tal:attributes="href python: view.url(cl)"> 22 22 <span tal:content="python: cl.getSessionString()">PID</span></a></td> 23 23 <td tal:content="python: layout.formatDatetime(cl.booking_date)">DATE</td> -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/paymentsmanagepage.pt
r11254 r11432 24 24 tal:condition="python: not view.unremovable(cl)" /> 25 25 </td> 26 <td> <a tal:attributes="href cl/__name__">26 <td> <a tal:attributes="href python: view.url(cl)"> 27 27 <span tal:content="cl/p_id">PID</span></a></td> 28 28 <td tal:content="python: layout.formatDatetime(cl.creation_date)">CREATION DATE</td>
Note: See TracChangeset for help on using the changeset viewer.