Changeset 13951 for main/waeup.kofa/trunk/src
- Timestamp:
- 17 Jun 2016, 11:55:34 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r13950 r13951 1460 1460 container_path = 'http://localhost/app/applicants/%s' % container_name_1 1461 1461 self.browser.open(container_path) 1462 self.browser.getLink("Export applica nts").click()1462 self.browser.getLink("Export application data").click() 1463 1463 self.browser.getControl("Start new exports").click() 1464 1464 job_ids = self.wait_for_export_jobs_completed() -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/viewlets.py
r13218 r13951 157 157 158 158 class ExportApplicantsActionButton(ManageActionButton): 159 """ 'Export applicants' button for faculties.159 """ 'Export data' button for faculties. 160 160 """ 161 161 grok.context(IApplicantsContainer) … … 163 163 grok.require('waeup.manageApplication') 164 164 icon = 'actionicon_down.png' 165 text = _('Export applica nts')165 text = _('Export application data') 166 166 target = 'exports' 167 167 grok.order(4)
Note: See TracChangeset for help on using the changeset viewer.