[Erp5-report] r44552 ivan - in /erp5/trunk/bt5/erp5_popup_ui: SkinTemplateItem/portal_skins...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 24 08:02:38 CET 2011


Author: ivan
Date: Thu Mar 24 08:02:38 2011
New Revision: 44552

URL: http://svn.erp5.org?rev=44552&view=rev
Log:
Not a good idea clone" bottom dialog buttons to top, it's not consistent with normal ERP5 mode.

Modified:
    erp5/trunk/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml
    erp5/trunk/bt5/erp5_popup_ui/bt/revision

Modified: erp5/trunk/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml?rev=44552&r1=44551&r2=44552&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml [utf8] Thu Mar 24 08:02:38 2011
@@ -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

Modified: erp5/trunk/bt5/erp5_popup_ui/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_popup_ui/bt/revision?rev=44552&r1=44551&r2=44552&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_popup_ui/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_popup_ui/bt/revision [utf8] Thu Mar 24 08:02:38 2011
@@ -1 +1 @@
-21
\ No newline at end of file
+22
\ No newline at end of file



More information about the Erp5-report mailing list