Changeset 15942 for main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser_templates
- Timestamp:
- 20 Jan 2020, 17:23:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser_templates/applicanteditpage.pt
r15878 r15942 43 43 <span tal:replace="view/max_upload_size">10 KB</span> 44 44 </tr> 45 <tr >45 <tr tal:condition="python: view.context.subtype == 'transfer'"> 46 46 <td class="fieldname" i18n:translate=""> 47 47 Statement of Result: 48 48 </td> 49 49 <td> 50 <p tal:condition="python: view.file_exists(' stateresult.pdf')">51 <a href=" stateresult.pdf"50 <p tal:condition="python: view.file_exists('res_stat.pdf')"> 51 <a href="res_stat.pdf" 52 52 i18n:translate=""> 53 53 Download pdf file … … 58 58 <div class="btn btn-default btn-file"> 59 59 Select… 60 <input type="file" name="form. stateresult" />60 <input type="file" name="form.res_stat" /> 61 61 </div> 62 62 </div>
Note: See TracChangeset for help on using the changeset viewer.