diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 34328810..f7aa87aa 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -348,7 +348,10 @@ class lamList { $filter = $this->getFilterAsTextForURL(); // print table header echo "type . "-border collapse accountlist ui-corner-all\" width=\"100%\">\n"; - echo "type . "-dark\">\n\n\n"; + echo "type . "-dark\">\n"; + echo "\n"; + echo "\n"; // table header for ($k = 0; $k < sizeof($this->descArray); $k++) { if (strtolower($this->attrArray[$k]) == $this->sortColumn) { @@ -465,7 +468,7 @@ class lamList { echo "type . "-bright\">\n"; echo "\n"; echo "\n"; + "" . _("Select all") . "\n"; echo "\n"; echo "\n"; echo "
\"select " . + "" . _("Select all") . "
\"select " . - "" . _("Select all") . "
\n";