Changeset 12782 for main/waeup.ikoba
- Timestamp:
- 17 Mar 2015, 21:00:37 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/products/browser.py
r12781 r12782 100 100 label = _('Manage product section') 101 101 102 taboneactions = [_('Save'), _('Cancel')]103 tabtwoactions = [_('Add product'), _('Remove selected'), _('Cancel')]102 taboneactions = [_('Save'), _('Cancel')] 103 tabtwoactions = [_('Add product'), _('Remove selected'), _('Cancel')] 104 104 105 105 @action(_('Add product'), style='primary', validator=NullValidator) … … 205 205 pnav = 1 206 206 207 taboneactions = [_('Save'), _('Cancel')]207 taboneactions = [_('Save'), _('Cancel')] 208 208 tabtwoactions1 = [_('Remove selected local roles')] 209 209 tabtwoactions2 = [_('Add local role')] … … 216 216 217 217 def label(self): 218 return _( 'Manage product') + ' ' + self.context.product_id218 return _("Manage product ${a}", mapping = {'a':self.context.product_id}) 219 219 220 220 @action(_('Save'), style='primary')
Note: See TracChangeset for help on using the changeset viewer.