added link for editing members

This commit is contained in:
Roland Gruber 2003-09-03 17:23:03 +00:00
parent 5f3fdc0062
commit 18a29a8e11
1 changed files with 2 additions and 1 deletions

View File

@ -191,7 +191,8 @@ for ($i = $table_begin; $i < $table_end; $i++) {
" onClick=\"group_click(this, '" . $grp_info[$i]["dn"] . "')\"" .
" onDblClick=\"parent.frames[1].location.href='../account.php?type=group&amp;DN=" . $grp_info[$i]["dn"] . "'\">" .
" <td height=22><input onClick=\"group_click(this, '" . $grp_info[$i]["dn"] . "')\" type=\"checkbox\" name=\"" . $grp_info[$i]["dn"] . "\"></td>" .
" <td align='center'><a href=\"../account.php?type=group&amp;DN='" . $grp_info[$i]["dn"] . "'\">" . _("Edit") . "</a></td>");
" <td align='center'><a href=\"../groupmembers.php?DN='" . $grp_info[$i]["dn"] . "'\">" . _("Members") . "</a>" .
"<br><br><a href=\"../account.php?type=group&amp;DN='" . $grp_info[$i]["dn"] . "'\">" . _("Edit") . "</a></td>");
for ($k = 0; $k < sizeof($attr_array); $k++) {
echo ("<td>");
// print all attribute entries seperated by "; "