From 4eb336db70cc05358e5348774646a912fb7fc539 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 1 Feb 2014 15:32:44 +0000 Subject: [PATCH] "select all" link on top --- lam/lib/lists.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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";