- Timestamp:
- 18 Jul 2015, 06:07:14 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 4 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')) -
main/waeup.kofa/trunk/src/waeup/kofa/hostels/browser.py
r13170 r13177 31 31 ManageActionButton, PrimaryNavTab) 32 32 from waeup.kofa.browser.layout import jsaction, action 33 from waeup.kofa.interfaces import IKofaObject, IKofaUtils 33 from waeup.kofa.interfaces import IKofaObject, IKofaUtils, DOCLINK 34 34 from waeup.kofa.interfaces import MessageFactory as _ 35 35 from waeup.kofa.hostels.vocabularies import NOT_OCCUPIED … … 128 128 _('Clear all hostels'), 129 129 _('Remove selected')] 130 doclink = DOCLINK + '/hostels.html#accommodation-section' 130 131 131 132 # It's quite dangerous to remove entire hostels with its content (beds). … … 175 176 label = _('Add hostel') 176 177 pnav = 5 178 doclink = DOCLINK + '/hostels.html#accommodation-section' 177 179 178 180 @action(_('Create hostel')) … … 230 232 _('Clear hostel')] 231 233 not_occupied = NOT_OCCUPIED 234 doclink = DOCLINK + '/hostels.html#browser-pages' 232 235 233 236 @property … … 329 332 label = _('Allocate student') 330 333 pnav = 5 334 doclink = DOCLINK + '/hostels.html#manage-bed' 331 335 332 336 @action(_('Save')) -
main/waeup.kofa/trunk/src/waeup/kofa/hostels/browser_templates/hostelmanagepage.pt
r11254 r13177 86 86 </span> 87 87 </div> 88 <br /> 88 89 89 90 </div> -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r13168 r13177 291 291 search_button = _('Find student(s)') 292 292 remove_button = _('Remove selected') 293 doclink = DOCLINK + '/students.html' 293 294 294 295 def update(self, *args, **kw):
Note: See TracChangeset for help on using the changeset viewer.