From 4783527a2e3ebf92bd1e4a795a40f99ddbf77b55 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 9 Sep 2003 20:28:57 +0000 Subject: [PATCH] seperated "edit" and "members" --- lam/templates/lists/listgroups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index c402b496..e9325912 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -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"] . "'\">" . " " . " " . _("Members") . "" . - "

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