Index: branches/RC/core/admin_templates/tools/system_tools.tpl =================================================================== diff -u -r8953 -r9639 --- branches/RC/core/admin_templates/tools/system_tools.tpl (.../system_tools.tpl) (revision 8953) +++ branches/RC/core/admin_templates/tools/system_tools.tpl (.../system_tools.tpl) (revision 9639) @@ -13,6 +13,14 @@ set_hidden_field('events[adm]', ''); } + function check_prefix_config() { + var $form = document.getElementById($form_name); + openwin('about:blank', 'config_check', 800, 575); + $form.target = 'config_check'; + submit_event('adm', 'OnCheckPrefixConfig'); + set_hidden_field('events[adm]', ''); + } + function compile_templates() { openwin('', 'compile', 800, 575); @@ -48,6 +56,20 @@ + + "> + + + Prefix: + + + + + Unit config prefix + + + + ">