Index: branches/5.1.x/core/admin_templates/agents/agent_list.tpl =================================================================== diff -u -N -r13545 -r13934 --- branches/5.1.x/core/admin_templates/agents/agent_list.tpl (.../agent_list.tpl) (revision 13545) +++ branches/5.1.x/core/admin_templates/agents/agent_list.tpl (.../agent_list.tpl) (revision 13934) @@ -47,8 +47,20 @@ ) ); + a_toolbar.AddButton( new ToolBarSeparator('sep2') ); + a_toolbar.AddButton( new ToolBarButton( + 'process', + '', + function() { + submit_event('agent', 'OnRunAgents'); + } + ) + ); + + a_toolbar.AddButton( + new ToolBarButton( 'cancel', '', function() { @@ -57,7 +69,7 @@ ) ); - a_toolbar.AddButton( new ToolBarSeparator('sep2') ); + a_toolbar.AddButton( new ToolBarSeparator('sep3') ); a_toolbar.AddButton( new ToolBarButton('view', '', function() { show_viewmenu(a_toolbar,'view'); @@ -74,6 +86,6 @@ \ No newline at end of file