Index: branches/5.1.x/core/admin_templates/stop_words/stop_word_list.tpl =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/admin_templates/stop_words/stop_word_list.tpl (.../stop_word_list.tpl) (revision 12127) +++ branches/5.1.x/core/admin_templates/stop_words/stop_word_list.tpl (.../stop_word_list.tpl) (revision 12657) @@ -14,7 +14,7 @@ } var a_toolbar = new ToolBar(); - a_toolbar.AddButton( new ToolBarButton('new_item', '', + a_toolbar.AddButton( new ToolBarButton('new_item', '::', function() { std_precreate_item('stop-word', 'stop_words/stop_word_edit'); } ) );