Changeset 8553 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 30 May 2012, 04:35:47 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt
r8547 r8553 86 86 </tal:showApplicants> 87 87 <tal:showNoApplicants condition="not: view/showApplicants"> 88 <p i18n:translate="note_a rmp">88 <p i18n:translate="note_acmp"> 89 89 There are more than 5000 application records in this container. 90 90 In order to prevent from downloading big amounts of data, the 91 91 Applicants tab has been disabled. Please use the 92 <a tal:attributes="href python: view.url(layout.site, 'applicants/search')"> 92 <a tal:attributes="href python: view.url(layout.site, 'applicants/search')" 93 i18n:name="search_form"> 93 94 search form</a> 94 95 for accessing application records. -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studyleveleditpage.pt
r7811 r8553 4 4 <h3 i18n:translate=""> 5 5 Course Tickets 6 (Total Credits: <span tal:replace="view/total_credits">TOTAL</span>) 6 (Total Credits: 7 <span i18n:name="total_credits" tal:replace="view/total_credits">TOTAL</span>) 7 8 </h3> 8 9 <table class="display dataTableManage">
Note: See TracChangeset for help on using the changeset viewer.