diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 046d6740..8edd72ef 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -182,7 +182,7 @@ class lamList { else { // buttons $this->listPrintButtons(true); - echo ("
\n"); + echo ("
\n"); // navigation bar $this->listDrawNavigationBar(sizeof($this->entries)); echo ("
\n"); @@ -264,17 +264,13 @@ class lamList { * @param integer $count number of account entries */ protected function listDrawNavigationBar($count) { - echo("type . "nav\" width=\"100%\" border=\"0\">\n"); + echo("
\n"); echo("\n"); - echo(""); - - echo(""); - echo("\n"; echo "\n"; echo "\n"; @@ -720,6 +715,16 @@ class lamList { window.onload = listResizeITabContentDiv; window.onresize = listResizeITabContentDiv; jQuery('#filterButton').button(); + jQuery('#newButton').button({ + icons: { + primary: 'createButton' + } + }); + jQuery('#delButton').button({ + icons: { + primary: 'deleteButton' + } + }); });
  "); - echo("type . "nav-text\">"); - echo" "; + echo(""); printf($this->labels['nav'], $count); echo("type . "nav-activepage\" align=\"right\">"); + echo("type . "nav-activepage\" align=\"right\">"); if ($this->page != 1) { echo("type . "&norefresh=true&page=1" . "&sort=" . $this->sortColumn . "&sortdirection=" . $this->sortDirection . $this->filterText . "\">" . @@ -659,15 +655,14 @@ class lamList { */ protected function listShowOUSelection() { if (sizeof($this->possibleSuffixes) > 1) { - echo ("" . _("Suffix") . ": "); - echo ("type . " rightToLeftText\" size=1 name=\"suffix\" onchange=\"listOUchanged('" . $this->type . "', this)\">\n"); for ($i = 0; $i < sizeof($this->possibleSuffixes); $i++) { if ($this->suffix == $this->possibleSuffixes[$i]) { echo ("\n"); } else echo("\n"); } - echo ("\n"); + echo ("   \n"); } } @@ -682,18 +677,18 @@ class lamList { echo "\n"; if (checkIfWriteAccessIsAllowed()) { // add/delete buttons - echo ("type . "\" type=\"submit\" name=\"new\" value=\"" . $this->labels['newEntry'] . "\">\n"); + echo ("\n"); if (!$createOnly) { - echo ("type . "\" type=\"submit\" name=\"del\" value=\"" . $this->labels['deleteEntry'] . "\">\n"); + echo ("\n"); } echo "   "; } - $this->listShowOUSelection(); echo "\n"; - echo ''; + $this->listShowOUSelection(); + echo ""; + echo ' '; echo '' . _('Change settings') . ''; - echo ' ' . _('Change settings'); echo ''; echo "