equal
deleted
inserted
replaced
31 id = 'edition' |
31 id = 'edition' |
32 |
32 |
33 cwtarget = 'eformframe' |
33 cwtarget = 'eformframe' |
34 cssclass = 'entityForm' |
34 cssclass = 'entityForm' |
35 copy_nav_params = True |
35 copy_nav_params = True |
36 form_buttons = [SubmitButton(stdmsgs.BUTTON_OK), |
36 form_buttons = [SubmitButton(), |
37 Button(stdmsgs.BUTTON_APPLY, cwaction='apply'), |
37 Button(stdmsgs.BUTTON_APPLY, cwaction='apply'), |
38 Button(stdmsgs.BUTTON_CANCEL, cwaction='cancel')] |
38 Button(stdmsgs.BUTTON_CANCEL, cwaction='cancel')] |
39 attrcategories = ('primary', 'secondary') |
39 attrcategories = ('primary', 'secondary') |
40 # class attributes below are actually stored in the uicfg module since we |
40 # class attributes below are actually stored in the uicfg module since we |
41 # don't want them to be reloaded |
41 # don't want them to be reloaded |