Index: branches/5.2.x/core/admin_templates/config/config_universal.tpl =================================================================== diff -u -N -r14965 -r15471 --- branches/5.2.x/core/admin_templates/config/config_universal.tpl (.../config_universal.tpl) (revision 14965) +++ branches/5.2.x/core/admin_templates/config/config_universal.tpl (.../config_universal.tpl) (revision 15471) @@ -87,6 +87,20 @@ ) ); + + a_toolbar.AddButton( new ToolBarSeparator('sep1') ); + + a_toolbar.AddButton( + new ToolBarButton( + 'new_item', + '::', + function() { + std_precreate_item('conf', 'config/config_edit'); + } + ) + ); + + a_toolbar.Render();