- Timestamp:
- 19 Jul 2019, 05:58:55 (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
r15130 r15502 15 15 </div> 16 16 17 <img src="" height="180px" tal:attributes="src view/passport_url" /> 17 <img tal:condition="python: context.__parent__.with_picture" 18 src="" height="180px" tal:attributes="src view/passport_url" /> 18 19 19 20 <table i18n:domain="waeup.kofa" class="form-table"> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicanteditpage.pt
r15130 r15502 22 22 <tbody> 23 23 <tal:widgets content="structure provider:widgets" /> 24 <tr >24 <tr tal:condition="python: context.__parent__.with_picture"> 25 25 <td class="fieldname" i18n:translate=""> 26 26 Passport Photo: … … 69 69 </table> 70 70 71 <div tal:condition="not: view/manage_applications"> 71 <div tal:condition="python: not view.manage_applications 72 and context.__parent__.with_picture"> 72 73 <input id="confirm_passport" name="confirm_passport" 73 74 type="checkbox" value="True"/>
Note: See TracChangeset for help on using the changeset viewer.