Changeset 15130 for main/waeup.kofa/trunk
- Timestamp:
- 7 Sep 2018, 07:56:50 (6 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt
r15129 r15130 9 9 </h2> 10 10 11 <div class="workflow" tal:condition="context/history /messages">11 <div class="workflow" tal:condition="context/history"> 12 12 <div tal:repeat="msg context/history/messages"> 13 13 <span tal:replace="msg">MESSAGE</span><br /> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicanteditpage.pt
r13976 r15130 3 3 autocomplete="off"> 4 4 5 <h2 i18n:domain="waeup.kofa" >5 <h2 i18n:domain="waeup.kofa" tal:condition="context/translated_state"> 6 6 ... 7 7 <span tal:replace="context/translated_state">APPLICATIONSTATE … … 13 13 </h2> 14 14 15 <div class="workflow" >15 <div class="workflow" tal:condition="context/history"> 16 16 <div tal:repeat="msg context/history/messages"> 17 17 <span tal:replace="msg">MESSAGE</span><br />
Note: See TracChangeset for help on using the changeset viewer.