From d8a980c2afd197bd11a33f92e7eaa4a946a06fc3 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 13 Apr 2003 15:42:50 +0000 Subject: [PATCH] fixed bug that prevented row selecting with checkbox --- lam/lib/listgroups.php | 2 +- lam/lib/listhosts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/listgroups.php b/lam/lib/listgroups.php index 3a839d3f..655eb169 100644 --- a/lam/lib/listgroups.php +++ b/lam/lib/listgroups.php @@ -85,7 +85,7 @@ for ($i = 0; $i < sizeof($info)-1; $i++) { // ignore last entry in array which i " onMouseOut=\"group_out(this, '" . $info[$i]["dn"] . "')\"" . " onClick=\"group_click(this, '" . $info[$i]["dn"] . "')\"" . " onDblClick=parent.frames[1].location.href=\"../templates/account.php?type=group,DN='" . $info[$i]["dn"] . "'\">" . - " " . + " " . " " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { echo (""); diff --git a/lam/lib/listhosts.php b/lam/lib/listhosts.php index b8797122..4304c957 100644 --- a/lam/lib/listhosts.php +++ b/lam/lib/listhosts.php @@ -85,7 +85,7 @@ for ($i = 0; $i < sizeof($info)-1; $i++) { // ignore last entry in array which i " onMouseOut=\"host_out(this, '" . $info[$i]["dn"] . "')\"" . " onClick=\"host_click(this, '" . $info[$i]["dn"] . "')\"" . " onDblClick=parent.frames[1].location.href=\"../templates/account.php?type=host,DN='" . $info[$i]["dn"] . "'\">" . - " " . + " " . " " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { echo ("");