Changeset 9169 for main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/applicants/browser_templates/applicantsrootpage.pt
- Timestamp:
- 10 Sep 2012, 11:05:07 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-async-update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-async-update
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/applicants/browser_templates/applicantsrootpage.pt
r8388 r9169 25 25 </td> 26 26 <td> 27 <span tal:content="python: layout.format Date(entry.startdate)">START</span>27 <span tal:content="python: layout.formatTZDate(entry.startdate)">START</span> 28 28 - 29 <span tal:content="python: layout.format Date(entry.enddate)">END</span>29 <span tal:content="python: layout.formatTZDate(entry.enddate)">END</span> 30 30 </td> 31 31 </tr>
Note: See TracChangeset for help on using the changeset viewer.