Commit e230c368 authored by Ivan Tyagov's avatar Ivan Tyagov

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
parent e795a56d
......@@ -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
......
21
\ No newline at end of file
22
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment