seperated "edit" and "members"
This commit is contained in:
parent
2e90e6f915
commit
4783527a2e
|
@ -192,7 +192,7 @@ for ($i = $table_begin; $i < $table_end; $i++) {
|
||||||
" onDblClick=\"parent.frames[1].location.href='../account.php?type=group&DN=" . $grp_info[$i]["dn"] . "'\">" .
|
" onDblClick=\"parent.frames[1].location.href='../account.php?type=group&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 height=22><input onClick=\"group_click(this, '" . $grp_info[$i]["dn"] . "')\" type=\"checkbox\" name=\"" . $grp_info[$i]["dn"] . "\"></td>" .
|
||||||
" <td align='center'><a href=\"../groupmembers.php?DN='" . $grp_info[$i]["dn"] . "'\">" . _("Members") . "</a>" .
|
" <td align='center'><a href=\"../groupmembers.php?DN='" . $grp_info[$i]["dn"] . "'\">" . _("Members") . "</a>" .
|
||||||
"<br><br><a href=\"../account.php?type=group&DN='" . $grp_info[$i]["dn"] . "'\">" . _("Edit") . "</a></td>");
|
"<hr><a href=\"../account.php?type=group&DN='" . $grp_info[$i]["dn"] . "'\">" . _("Edit") . "</a></td>");
|
||||||
for ($k = 0; $k < sizeof($attr_array); $k++) {
|
for ($k = 0; $k < sizeof($attr_array); $k++) {
|
||||||
echo ("<td>");
|
echo ("<td>");
|
||||||
// print all attribute entries seperated by "; "
|
// print all attribute entries seperated by "; "
|
||||||
|
|
Loading…
Reference in New Issue