Ignore:
Timestamp:
31 Jan 2015, 18:01:56 (10 years ago)
Author:
Henrik Bettermann
Message:

Add deletion warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py

    r12528 r12531  
    385385    label = _('Manage base data')
    386386    pnav = 4
     387    deletion_warning = _('Are you sure?')
    387388
    388389    @property
     
    687688    label = _('Upload files')
    688689    pnav = 4
     690    deletion_warning = _('Are you sure?')
    689691
    690692    def update(self, CANCEL=None):
     
    735737        """To be implemented in the customization package.
    736738        """
    737         return False
     739        return
    738740
    739741    @action(_('Save and request registration now'),
Note: See TracChangeset for help on using the changeset viewer.