diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index cbba98ab..65e63a4e 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -106,7 +106,7 @@ for ($i = 0; $i < sizeof($info); $i++) { // ignore last entry in array which is echo("" . + " onDblClick=parent.frames[1].location.href=\"../account.php?type=group&DN='" . $info[$i]["dn"] . "'\">" . " " . " " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { diff --git a/lam/templates/lists/listhosts.php b/lam/templates/lists/listhosts.php index bcfb1e30..f0599fec 100644 --- a/lam/templates/lists/listhosts.php +++ b/lam/templates/lists/listhosts.php @@ -89,7 +89,7 @@ for ($i = 0; $i < sizeof($info); $i++) { echo("" . + " onDblClick=parent.frames[1].location.href=\"../account.php?type=host&DN='" . $info[$i]["dn"] . "'\">" . " " . " " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { diff --git a/lam/templates/lists/listusers.php b/lam/templates/lists/listusers.php index 4d3c8398..1c548184 100644 --- a/lam/templates/lists/listusers.php +++ b/lam/templates/lists/listusers.php @@ -87,7 +87,7 @@ for ($i = 0; $i < sizeof($info); $i++) { // ignore last entry in array which is echo("" . + " onDblClick=parent.frames[1].location.href=\"../account.php?type=user&DN='" . $info[$i]["dn"] . "'\">" . " " . " " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { diff --git a/lam/templates/main.php b/lam/templates/main.php index 05687638..f52fd238 100644 --- a/lam/templates/main.php +++ b/lam/templates/main.php @@ -28,9 +28,8 @@ echo ("\n"); echo ("LDAP Account Manager\n"); echo (""); echo ("\n"); -echo ("\n"); +echo ("\n"); echo ("\n"); -echo ("\n"); echo ("\n"); echo ("\n"); echo ("This page requires a browser that can show frames!\n");