Index: branches/5.1.x/core/admin_templates/languages/phrase_edit.tpl =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/admin_templates/languages/phrase_edit.tpl (.../phrase_edit.tpl) (revision 12127) +++ branches/5.1.x/core/admin_templates/languages/phrase_edit.tpl (.../phrase_edit.tpl) (revision 12657) @@ -13,10 +13,20 @@ submit_event('phrases',''); } ) ); - a_toolbar.AddButton( new ToolBarButton('cancel', '', function() { - cancel_edit('phrases','OnCancelEdit','',''); + + a_toolbar.AddButton( + new ToolBarButton( + 'cancel', + '', + function() { + + window_close(); + + cancel_edit('phrases', 'OnCancelEdit', '', ''); + } - ) ); + ) + ); a_toolbar.AddButton( new ToolBarButton('reset_edit', '', function() { reset_form('phrases', 'OnReset', ''); @@ -50,30 +60,48 @@ -
- - "> - - - - + + - - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + +
+
+ - +
+ \ No newline at end of file