Ignore:
Timestamp:
17 Feb 2014, 06:47:07 (11 years ago)
Author:
Henrik Bettermann
Message:

Show proper flash message colors and other minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/pages.py

    r11066 r11105  
    18241824    @action(_('Add local role'), validator=NullValidator)
    18251825    def addLocalRole(self, **data):
    1826         return add_local_role(self, '3', **data)
     1826        return add_local_role(self,3,**data)
    18271827
    18281828    @action(_('Remove selected local roles'))
     
    20152015    @action(_('Add local role'), validator=NullValidator)
    20162016    def addLocalRole(self, **data):
    2017         return add_local_role(self, 4, **data)
     2017        return add_local_role(self,4,**data)
    20182018
    20192019    @action(_('Remove selected local roles'))
     
    21462146    @action(_('Add local role'), validator=NullValidator)
    21472147    def addLocalRole(self, **data):
    2148         return add_local_role(self, 2, **data)
     2148        return add_local_role(self,2,**data)
    21492149
    21502150    @action(_('Remove selected local roles'))
     
    22172217    @action(_('Add local role'), validator=NullValidator)
    22182218    def addLocalRole(self, **data):
    2219         return add_local_role(self, 3, **data)
     2219        return add_local_role(self,3,**data)
    22202220
    22212221    @action(_('Remove selected local roles'))
Note: See TracChangeset for help on using the changeset viewer.