diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index 9700449d..0a363315 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -170,7 +170,7 @@ for ($i = $table_begin; $i < $table_end; $i++) { 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 65ee84cc..e0b012b4 100644 --- a/lam/templates/lists/listhosts.php +++ b/lam/templates/lists/listhosts.php @@ -170,7 +170,7 @@ for ($i = $table_begin; $i < $table_end; $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++) {