[freeside-commits] freeside/httemplate/edit agent.cgi,1.19,1.20
Ivan,,,
ivan at wavetail.420.am
Wed Nov 12 18:22:06 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv2946/httemplate/edit
Modified Files:
agent.cgi
Log Message:
add ability to view/edit access groups of an agent
Index: agent.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/agent.cgi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- agent.cgi 19 Oct 2008 00:38:08 -0000 1.19
+++ agent.cgi 13 Nov 2008 02:22:04 -0000 1.20
@@ -77,6 +77,19 @@
</TR>
% }
+ <TR>
+ <TD ALIGN="right">Access Groups</TD>
+ <TD><% 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?',
+ )
+ %>
+ </TD>
+ </TR>
+
</TABLE>
<BR>
More information about the freeside-commits
mailing list