# HG changeset patch # User Sylvain Thénault # Date 1243528070 -7200 # Node ID 27e81d0c7d05cf08491c69df4ab7a647f89ee278 # Parent 35394365b6c1b762380817a8cc7c006a1668c951 not needed, this is the default label diff -r 35394365b6c1 -r 27e81d0c7d05 web/views/autoform.py --- a/web/views/autoform.py Thu May 28 11:37:27 2009 +0200 +++ b/web/views/autoform.py Thu May 28 18:27:50 2009 +0200 @@ -33,7 +33,7 @@ cwtarget = 'eformframe' cssclass = 'entityForm' copy_nav_params = True - form_buttons = [SubmitButton(stdmsgs.BUTTON_OK), + form_buttons = [SubmitButton(), Button(stdmsgs.BUTTON_APPLY, cwaction='apply'), Button(stdmsgs.BUTTON_CANCEL, cwaction='cancel')] attrcategories = ('primary', 'secondary')