Changeset 12300 for main/waeup.ikoba/trunk/src/waeup/ikoba/customers
- Timestamp:
- 23 Dec 2014, 07:11:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py
r12258 r12300 861 861 @property 862 862 def label(self): 863 return _('${a}', mapping = {'a':self.context.title})863 return self.context.title 864 864 865 865 … … 887 887 @property 888 888 def label(self): 889 return _('${a}', mapping = {'a':self.context.title})889 return self.context.title 890 890 891 891 @action(_('Save'), style='primary') … … 1214 1214 @property 1215 1215 def label(self): 1216 return _('${a}', mapping = {'a':self.context.title})1216 return self.context.title 1217 1217 1218 1218 … … 1234 1234 @property 1235 1235 def label(self): 1236 return _('${a}', mapping = {'a':self.context.title})1236 return self.context.title 1237 1237 1238 1238 @action(_('Save'), style='primary')
Note: See TracChangeset for help on using the changeset viewer.