Changeset 11438 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 26 Feb 2014, 07:59:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r11254 r11438 821 821 return 822 822 823 @action(_('Update plugins'), validator=NullValidator) 823 @action(_('Update plugins'), 824 tooltip=_('For experts only!'), 825 warning=_('Plugins may only be updated after software upgrades. ' 826 'Are you really sure?'), 827 validator=NullValidator) 824 828 def updatePlugins(self, **data): 825 829 grok.getSite().updatePlugins()
Note: See TracChangeset for help on using the changeset viewer.