Changeset 13354 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 28 Oct 2015, 05:07:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r13201 r13354 998 998 _('Add session configuration'), 999 999 _('Remove selected')] 1000 # We don't need to edit next _matric_integerin the base package.1000 # We don't need to edit next matric integers in the base package. 1001 1001 form_fields = grok.AutoFields(IConfigurationContainer).omit( 1002 'frontpage_dict', 'next_matric_integer' )1002 'frontpage_dict', 'next_matric_integer', 'next_matric_integer_2') 1003 1003 1004 1004 @action(_('Save'), style='primary')
Note: See TracChangeset for help on using the changeset viewer.