web/views/autoform.py
changeset 1982 27e81d0c7d05
parent 1977 606923dff11b
child 2005 e8032965f37a
equal deleted inserted replaced
1980:35394365b6c1 1982:27e81d0c7d05
    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