From 8a00b4c10743a314f4a298879141b60d6096eb3b Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 13 Nov 2008 02:22:04 +0000 Subject: add ability to view/edit access groups of an agent --- httemplate/edit/agent.cgi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'httemplate/edit/agent.cgi') diff --git a/httemplate/edit/agent.cgi b/httemplate/edit/agent.cgi index 0c2520510..215542de3 100755 --- a/httemplate/edit/agent.cgi +++ b/httemplate/edit/agent.cgi @@ -77,6 +77,19 @@ Agent #<% $agent->agentnum ? $agent->agentnum : "(NEW)" %> % } + + Access Groups + <% include('/elements/checkboxes-table.html', + 'source_obj' => $agent, + 'link_table' => 'access_groupagent', + 'target_table' => 'access_group', + 'name_col' => 'groupname', + 'target_link' => $p. 'edit/access_group.html?', + ) + %> + + +
-- cgit v1.2.1