From 18a29a8e1158bdabcfb13e71ce50a87b4b825b6a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 3 Sep 2003 17:23:03 +0000 Subject: [PATCH] added link for editing members --- lam/templates/lists/listgroups.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index 5093520f..c402b496 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -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&DN=" . $grp_info[$i]["dn"] . "'\">" . " " . - " " . _("Edit") . ""); + " " . _("Members") . "" . + "

" . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { echo (""); // print all attribute entries seperated by "; "