Changeset 13177 for main/waeup.kofa/trunk/src/waeup/kofa/hostels
- Timestamp:
- 18 Jul 2015, 06:07:14 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/hostels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note: See TracChangeset for help on using the changeset viewer.