- Timestamp:
- 10 May 2012, 07:04:55 (13 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/applicantscontainerpage.pt
r7708 r8406 1 1 <span tal:condition="view/introduction" tal:omit-tag=""> 2 <span tal:content="structure view/introduction">INTRODUCTION</span> 3 <br /> 2 <p tal:content="structure view/introduction">INTRODUCTION</p> 4 3 </span> 5 4 -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantsrootmanagepage.pt
r8388 r8406 35 35 <div id="tab-2" tal:attributes="class view/tab2"> 36 36 <h3 tal:content="view/subunits">SUBUNITS</h3> 37 38 <p i18n:translate="note_armp"> 39 Please note that containers will be opened in manage mode here. 40 All application record links will be loaded into your browser which 41 can take a considerable time depending on your bandwidth. 42 Please be patient until all records have been loaded. 43 </p> 44 37 45 <table class="display dataTableManage"> 38 46 <thead> … … 54 62 <td tal:content="entry/year">YEAR</td> <td> 55 63 <a href="" 56 tal:attributes="href python:view.url(entry) "64 tal:attributes="href python:view.url(entry) + '/manage'" 57 65 tal:content="entry/__name__">CODE</a> </td> 58 66 <td tal:content="entry/title">TITLE</td>
Note: See TracChangeset for help on using the changeset viewer.