diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 2bd7821a..885ba170 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -162,7 +162,7 @@ class lamList { } // show form echo ("
type . "&norefresh=true\" method=\"post\">\n"); - echo "
"; + echo "
"; // draw account list if accounts were found if (sizeof($this->entries) > 0) { // buttons @@ -175,13 +175,6 @@ class lamList { $this->listPrintTableHeader(); // account table body $this->listPrintTableBody($this->entries); - echo ("
\n"); - // navigation bar - $this->listDrawNavigationBar(sizeof($this->entries)); - echo ("
\n"); - // buttons - $this->listPrintButtons(false); - echo ("
\n"); } else { // buttons @@ -709,7 +702,7 @@ class lamList { * Prints the HTML footer. */ protected function listPrintFooter() { - echo ("
\n"); + echo ("
\n"); echo "\n"; } diff --git a/lam/templates/main_header.php b/lam/templates/main_header.php index c7573ece..bfaf8cdb 100644 --- a/lam/templates/main_header.php +++ b/lam/templates/main_header.php @@ -74,8 +74,8 @@ while ($jsEntry = $jsDir->read()) {
-
-
+ + diff --git a/lam/templates/tree/tree_view.php b/lam/templates/tree/tree_view.php index aa263217..cf78dc5a 100644 --- a/lam/templates/tree/tree_view.php +++ b/lam/templates/tree/tree_view.php @@ -72,7 +72,7 @@ echo ""; echo ""; echo "LDAP Account Manager"; echo ""; -echo ""; +echo ""; echo ""; echo ""; echo "";