diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index c1df6987..54ed8182 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -123,7 +123,7 @@ class lamList { if (sizeof($filteredEntries) > 0) { // buttons $this->listPrintButtons(false); - echo ("
\n"); + echo ("
\n"); // navigation bar $this->listDrawNavigationBar(sizeof($filteredEntries)); echo ("
\n"); @@ -384,7 +384,7 @@ class lamList { echo " type . "')\"" . " type=\"checkbox\" name=\"" . $info[$i]['LAM_ID'] . "\">\n"; } - echo (" type . "&DN='" . $info[$i]['dn'] . "'\">" . _("Edit") . "\n"); + echo (" type . "&DN='" . $info[$i]['dn'] . "'\">\""\n"); for ($k = 0; $k < sizeof($this->attrArray); $k++) { echo (""); $attrName = strtolower($this->attrArray[$k]);