Index: admin_templates/logs/change_logs/change_log_list.tpl =================================================================== --- admin_templates/logs/change_logs/change_log_list.tpl (revision 14592) +++ admin_templates/logs/change_logs/change_log_list.tpl (working copy) @@ -47,6 +47,13 @@ ); a_toolbar.Render(); + + function enable_log() + { + if (inpConfirm('')) { + submit_event('change-log', 'OnEnableLog'); + } + } @@ -88,6 +95,15 @@ + + + + ""
+
+ +
+ +