Changeset 13177 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 18 Jul 2015, 06:07:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r13153 r13177 52 52 add_local_role, del_local_roles, doll_up, ExportCSVView) 53 53 from waeup.kofa.interfaces import ( 54 IKofaObject, ILocalRolesAssignable, IExtFileStore, IPDF, 54 IKofaObject, ILocalRolesAssignable, IExtFileStore, IPDF, DOCLINK, 55 55 IFileStoreNameChooser, IPasswordValidator, IUserAccount, IKofaUtils) 56 56 from waeup.kofa.interfaces import MessageFactory as _ … … 135 135 tabthreeactions2 = [_('Add local role')] 136 136 subunits = _('Applicants Containers') 137 doclink = DOCLINK + '/applicants.html' 137 138 138 139 def getLocalRoles(self): … … 341 342 # Use friendlier date widget... 342 343 grok.require('waeup.manageApplication') 344 doclink = DOCLINK + '/applicants.html' 343 345 344 346 @property … … 457 459 label = _('Add applicant') 458 460 pnav = 3 461 doclink = DOCLINK + '/applicants.html' 459 462 460 463 @action(_('Create application record'))
Note: See TracChangeset for help on using the changeset viewer.