From e230c368884b59a771bd72a927961d47a36d31df Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Thu, 24 Mar 2011 07:02:38 +0000
Subject: [PATCH] Not a good idea clone" bottom dialog buttons to top, it's not
 consistent with normal ERP5 mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44552 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_popup_ui/erp5_popup.js.xml                | 2 +-
 bt5/erp5_popup_ui/bt/revision                                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml b/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml
index a45e1c717f..095ceaa5af 100644
--- a/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml
+++ b/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml
@@ -131,7 +131,7 @@ $(function() {\n
           $(\'.wrapper\', dialog).remove();\n
 \n
           // Insert the same buttons as at the bottom into near the top.\n
-          $(\'div.bottom_actions\', dialog).clone().insertAfter($(\'div.dialog_box\', dialog)).css(\'margin-bottom\', \'1em\');\n
+          //$(\'div.bottom_actions\', dialog).clone().insertAfter($(\'div.dialog_box\', dialog)).css(\'margin-bottom\', \'1em\');\n
 \n
           $(\'input[type="image"], button.sort_button, .dialog_selector > button, button.save\', dialog).click(function(event) {\n
             event.preventDefault();\n
diff --git a/bt5/erp5_popup_ui/bt/revision b/bt5/erp5_popup_ui/bt/revision
index b5045cc404..8fdd954df9 100644
--- a/bt5/erp5_popup_ui/bt/revision
+++ b/bt5/erp5_popup_ui/bt/revision
@@ -1 +1 @@
-21
\ No newline at end of file
+22
\ No newline at end of file
-- 
2.30.9