- Timestamp:
- 30 Jan 2014, 17:11:23 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt
r11011 r11013 55 55 <tbody> 56 56 <tr tal:repeat="value context/values"> 57 <td> <a tal:attributes="href value/__name__">57 <td> <a tal:attributes="href python:view.url(value)"> 58 58 <span tal:content="value/p_id">PID</span></a></td> 59 59 <td tal:content="python: layout.formatDatetime(value.creation_date)">CREATION DATE</td> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser_templates/applicanteditpage.pt
r11011 r11013 105 105 tal:condition="python: not view.unremovable(cl)" /> 106 106 </td> 107 <td> <a tal:attributes="href cl/__name__">107 <td> <a tal:attributes="href python:view.url(cl)"> 108 108 <span tal:content="cl/p_id">PID</span></a></td> 109 109 <td tal:content="python: layout.formatDatetime(cl.creation_date)">CREATION DATE</td>
Note: See TracChangeset for help on using the changeset viewer.