From 9cac75c37323d7883d2016c6b245494544390047 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 24 Aug 2009 15:50:22 +0000
Subject: [PATCH] * wrap action buttons with div.bottom_action.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28602 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_xhtml_style/dialog_main.xml          | 36 ++++++++++---------
 .../bootstrap/erp5_xhtml_style/bt/revision    |  2 +-
 2 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml
index 84785af27c..a838c4ad07 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml
@@ -60,23 +60,25 @@
             <tal:block metal:define-slot="main" />\n
             <tal:block metal:define-slot="bottom" />\n
           </div>\n
-          <button tal:condition="cancel_url|request/cancel_url|nothing"\n
-                 value="Cancel Action" accesskey="C"\n
-                 id="dialog_cancel_button" name="Base_cancel:method"\n
-                 type="submit" class="bt-med">\n
-                 <span i18n:translate="" i18n:domain="ui" tal:content="string:Cancel Action">Update</span>\n
-          </button>\n
-          <button tal:condition="form/update_action|nothing" accesskey="U"\n
-                 id="dialog_update_button" class="bt-med"\n
-                 name="Base_showUpdateDialog:method" type="submit">\n
-                 <span i18n:translate="" i18n:domain="ui" tal:content="python:\n
-                   here.Base_getFormViewDialogActionButtonUpdateActionTitle(form)">Update</span>\n
-          </button>\n
-          <button accesskey="V"\n
-            id="dialog_submit_button" class="bt-med" \n
-            type="submit" name="Base_callDialogMethod:method">\n
-            <span i18n:translate="" i18n:domain="ui" tal:content="python: here.Base_getFormViewDialogActionButtonTitle(form)">Clone & Edit</span>\n
-          </button>\n
+          <div class="bottom_action">\n
+            <button tal:condition="cancel_url|request/cancel_url|nothing" accesskey="C"\n
+                    id="dialog_cancel_button" name="Base_cancel:method"\n
+                    type="submit" class="bt-med">\n
+              <span i18n:translate="" i18n:domain="ui" tal:content="string:Cancel Action">Cancel Action</span>\n
+            </button>\n
+            <button tal:condition="form/update_action|nothing" accesskey="U"\n
+                    id="dialog_update_button" name="Base_showUpdateDialog:method"\n
+                    type="submit" class="bt-med">\n
+              <span i18n:translate="" i18n:domain="ui"\n
+                    tal:content="python:here.Base_getFormViewDialogActionButtonUpdateActionTitle(form)">Update</span>\n
+            </button>\n
+            <button accesskey="V"\n
+                    id="dialog_submit_button" name="Base_callDialogMethod:method"\n
+                    type="submit" class="bt-med">\n
+              <span i18n:translate="" i18n:domain="ui"\n
+                    tal:content="python:here.Base_getFormViewDialogActionButtonTitle(form)">Do Action</span>\n
+            </button>\n
+          </div>\n
         </tal:block>\n
       </tal:block>\n
     </tal:block>\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index ff8ae77e43..f9b0327477 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-814
\ No newline at end of file
+815
\ No newline at end of file
-- 
2.30.9