Index: branches/unlabeled/unlabeled-1.1.2/core/admin_templates/regional/phrases_edit.tpl =================================================================== diff -u -r7071 -r7368 --- branches/unlabeled/unlabeled-1.1.2/core/admin_templates/regional/phrases_edit.tpl (.../phrases_edit.tpl) (revision 7071) +++ branches/unlabeled/unlabeled-1.1.2/core/admin_templates/regional/phrases_edit.tpl (.../phrases_edit.tpl) (revision 7368) @@ -17,10 +17,15 @@ } ) ); a_toolbar.AddButton( new ToolBarButton('cancel', '', function() { - submit_event('phrases','OnCancel'); + cancel_edit('phrases','OnCancelEdit','',''); } ) ); + a_toolbar.AddButton( new ToolBarButton('reset_edit', '', function() { + reset_form('phrases', 'OnReset', ''); + } + ) ); + a_toolbar.Render();