Index: branches/5.2.x/core/admin_templates/categories/edit_content.tpl =================================================================== diff -u -N -r14585 -r14856 --- branches/5.2.x/core/admin_templates/categories/edit_content.tpl (.../edit_content.tpl) (revision 14585) +++ branches/5.2.x/core/admin_templates/categories/edit_content.tpl (.../edit_content.tpl) (revision 14856) @@ -16,31 +16,21 @@ 'select', '', function() { - submit_event('content',''); + submit_event('content', 'OnSaveContentBlock'); } ) ); a_toolbar.AddButton( new ToolBarButton( 'cancel', - '', + '', function() { - cancel_edit('content','OnCancelEdit','',''); + window_close(); } ) ); - a_toolbar.AddButton( - new ToolBarButton( - 'reset_edit', - '', - function() { - reset_form('content', 'OnReset', ''); - } - ) - ); - a_toolbar.Render(); @@ -81,4 +71,35 @@ + + \ No newline at end of file