diff --git a/lam/templates/lists/listdomains.php b/lam/templates/lists/listdomains.php index 6d7ec836..39765691 100644 --- a/lam/templates/lists/listdomains.php +++ b/lam/templates/lists/listdomains.php @@ -149,7 +149,7 @@ for ($i = $table_begin; $i < $table_end; $i++) { " onMouseOut=\"domain_out(this, '" . $dom_info[$i]["dn"] . "')\"" . " onClick=\"domain_click(this, '" . $dom_info[$i]["dn"] . "')\"" . " onDblClick=\"parent.frames[1].location.href='../domain.php?action=edit&DN=" . $dom_info[$i]["dn"] . "'\">" . - " " . + " " . " " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { echo (""); diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index 591ce99b..d966ff95 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -196,11 +196,11 @@ if (sizeof($grp_info) > 0) { " onClick=\"group_click(this, '" . $grp_info[$i]["dn"] . "')\"" . " onDblClick=\"parent.frames[1].location.href='../account/groupedit.php?DN=" . $grp_info[$i]["dn"] . "'\">"); if ($_GET['selectall'] == "yes") { - echo " "; } else { - echo " "; } echo (" " . _("Edit") . ""); diff --git a/lam/templates/lists/listhosts.php b/lam/templates/lists/listhosts.php index 47c9713e..b4e75eda 100644 --- a/lam/templates/lists/listhosts.php +++ b/lam/templates/lists/listhosts.php @@ -202,11 +202,11 @@ if (sizeof($hst_info) > 0) { " onClick=\"host_click(this, '" . $hst_info[$i]["dn"] . "')\"" . " onDblClick=\"parent.frames[1].location.href='../account/hostedit.php?DN=" . $hst_info[$i]["dn"] . "'\">"); if ($_GET['selectall'] == "yes") { - echo " "; } else { - echo " "; } echo (" " . _("Edit") . ""); diff --git a/lam/templates/lists/listusers.php b/lam/templates/lists/listusers.php index 5b96548a..d7fd5356 100644 --- a/lam/templates/lists/listusers.php +++ b/lam/templates/lists/listusers.php @@ -269,11 +269,11 @@ if ($user_count != 0) { "onDblClick=\"parent.frames[1].location.href='../account/useredit.php?type=user&DN=" . $userinfo[$i]["dn"] . "'\">\n"); // check boxes if selectall = "yes" if ($_GET['selectall'] == "yes") { - echo "\n\n\n\n"; } else { - echo "\n\n\n\n"; } echo ("\n" .