Changeset 7674 for main/waeup.sirp/trunk/src/waeup/sirp/hostels
- Timestamp:
- 22 Feb 2012, 08:27:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser.py
r7484 r7674 20 20 import grok 21 21 import sys 22 import zope.i18nmessageid 22 23 from waeup.sirp.browser import ( 23 24 SIRPEditFormPage, SIRPAddFormPage, SIRPDisplayFormPage, … … 36 37 IHostelsContainer, IHostel, IBed, IBedAllocateStudent) 37 38 39 _ = zope.i18nmessageid.MessageFactory('waeup.sirp') 40 38 41 def write_log_message(view, message): 39 42 ob_class = view.__implemented__.__name__.replace('waeup.sirp.','') … … 63 66 template = default_primary_nav_template 64 67 pnav = 5 65 tab_title = u'Hostels'68 tab_title = _(u'Hostels') 66 69 67 70 @property
Note: See TracChangeset for help on using the changeset viewer.