- Timestamp:
- 17 Feb 2014, 06:47:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/pages.py
r11066 r11105 1824 1824 @action(_('Add local role'), validator=NullValidator) 1825 1825 def addLocalRole(self, **data): 1826 return add_local_role(self, '3',**data)1826 return add_local_role(self,3,**data) 1827 1827 1828 1828 @action(_('Remove selected local roles')) … … 2015 2015 @action(_('Add local role'), validator=NullValidator) 2016 2016 def addLocalRole(self, **data): 2017 return add_local_role(self, 4,**data)2017 return add_local_role(self,4,**data) 2018 2018 2019 2019 @action(_('Remove selected local roles')) … … 2146 2146 @action(_('Add local role'), validator=NullValidator) 2147 2147 def addLocalRole(self, **data): 2148 return add_local_role(self, 2,**data)2148 return add_local_role(self,2,**data) 2149 2149 2150 2150 @action(_('Remove selected local roles')) … … 2217 2217 @action(_('Add local role'), validator=NullValidator) 2218 2218 def addLocalRole(self, **data): 2219 return add_local_role(self, 3,**data)2219 return add_local_role(self,3,**data) 2220 2220 2221 2221 @action(_('Remove selected local roles'))
Note: See TracChangeset for help on using the changeset viewer.