diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index 9ef764ac..a5334de6 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -179,7 +179,7 @@ if (sizeof($info) > 0) { echo(""); + " onDblClick=\"parent.frames[1].location.href='../account/edit.php?type=group&DN=" . $info[$i]['dn'] . "'\">"); if ($_GET['selectall'] == "yes") { echo " "; @@ -188,7 +188,7 @@ if (sizeof($info) > 0) { echo " "; } - echo (" " . _("Edit") . ""); + echo (" " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { echo (""); // print all attribute entries seperated by "; " diff --git a/lam/templates/lists/listhosts.php b/lam/templates/lists/listhosts.php index 72904fe5..898e8273 100644 --- a/lam/templates/lists/listhosts.php +++ b/lam/templates/lists/listhosts.php @@ -179,7 +179,7 @@ if (sizeof($info) > 0) { echo(""); + " onDblClick=\"parent.frames[1].location.href='../account/edit.php?type=host&DN=" . $info[$i]['dn'] . "'\">"); if ($_GET['selectall'] == "yes") { echo " "; @@ -188,7 +188,7 @@ if (sizeof($info) > 0) { echo " "; } - echo (" " . _("Edit") . ""); + echo (" " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { echo (""); // print all attribute entries seperated by "; " diff --git a/lam/templates/lists/listusers.php b/lam/templates/lists/listusers.php index f900c980..de6771ac 100644 --- a/lam/templates/lists/listusers.php +++ b/lam/templates/lists/listusers.php @@ -227,7 +227,7 @@ if ($user_count != 0) { echo("\n"); + "onDblClick=\"parent.frames[1].location.href='../account/edit.php?type=user&DN=" . $info[$i]['dn'] . "'\">\n"); // checkboxes if selectall = "yes" if ($_GET['selectall'] == "yes") { echo "\n\n\n\n"; } - echo ("\n" . + echo ("\n" . _("Edit") . "\n\n"); for ($k = 0; $k < sizeof($attr_array); $k++) { echo ("\n");