From 26fb38cb0fa39f690c2f2aba22a89c74f7f67fc5 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 25 Apr 2003 15:58:57 +0000 Subject: [PATCH] fixed rollover and onClick --- lam/templates/lists/listgroups.php | 2 +- lam/templates/lists/listhosts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index 71877635..c5bda950 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -90,7 +90,7 @@ for ($i = 0; $i < sizeof($info); $i++) { // ignore last entry in array which is " onMouseOut=\"group_out(this, '" . $info[$i]["dn"] . "')\"" . " onClick=\"group_click(this, '" . $info[$i]["dn"] . "')\"" . " onDblClick=parent.frames[2].location.href=\"../account.php?type=group&DN='" . $info[$i]["dn"] . "'\">" . - " " . + " " . " " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { echo (""); diff --git a/lam/templates/lists/listhosts.php b/lam/templates/lists/listhosts.php index e201e837..bcfb1e30 100644 --- a/lam/templates/lists/listhosts.php +++ b/lam/templates/lists/listhosts.php @@ -90,7 +90,7 @@ for ($i = 0; $i < sizeof($info); $i++) { " onMouseOut=\"host_out(this, '" . $info[$i]["dn"] . "')\"" . " onClick=\"host_click(this, '" . $info[$i]["dn"] . "')\"" . " onDblClick=parent.frames[2].location.href=\"../account.php?type=host&DN='" . $info[$i]["dn"] . "'\">" . - " " . + " " . " " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { echo ("");