This commit was generated by cvs2svn to compensate for changes in r2523,
[freeside.git] / rt / webrt / Admin / Elements / SelectModifyGroup
1 %while ( $Group = $Groups->Next) {
2 <A HREF="Modify.html?id=<%$Group->id%>"><%$Group->id%>: <%$Group->Name%></a><BR>
3 %}
4 <%INIT>
5 my ($Group);
6 my $Groups = new RT::Groups($session{'CurrentUser'});
7 $Groups->UnLimit;
8 </%INIT>
9 <%ARGS>
10 </%ARGS>