- Timestamp:
- 23 Feb 2012, 17:48:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/browser/theming.py
r7419 r7695 20 20 from waeup.custom.browser.resources import custom_theme_1 21 21 22 from waeup.custom.interfaces import MessageFactory as _ 23 22 24 class CustomTheme1(grok.GlobalUtility): 23 25 """A custom theme based on the SIRP base theme. … … 26 28 grok.name('custom theme 1') 27 29 28 description = u'Custom Theme 1'30 description = _(u'Custom Theme 1') 29 31 30 32 def getResources(self):
Note: See TracChangeset for help on using the changeset viewer.