From f2368fccd00b71a3a6d1b458b061041ad5349f85 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 26 Apr 2003 13:30:36 +0000 Subject: [PATCH] removed status frame --- lam/templates/lists/listgroups.php | 2 +- lam/templates/lists/listhosts.php | 2 +- lam/templates/lists/listusers.php | 2 +- lam/templates/main.php | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) 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");