not needed, this is the default label
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 May 2009 18:27:50 +0200
changeset 1982 27e81d0c7d05
parent 1980 35394365b6c1
child 1983 5edd22d0e61a
not needed, this is the default label
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')