From c2200d865eb9ca240fe6277d549edb1a6289da0c Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 24 Oct 2007 18:12:35 +0000 Subject: [PATCH] improved tabbing --- lam/lib/modules.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 14985356..08af61a9 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -963,7 +963,7 @@ class accountContainer { } // create module menu echo "type."list\" border=0 width=\"100%\" style=\"border-collapse: collapse;\">\n"; - echo "type."list\" valign=\"top\">type."list\" valign=\"top\">
"; + echo "
"; // calculate button width $buttonWidth = round(0.8 * strlen(utf8_decode(_("Main")))); @@ -972,13 +972,13 @@ class accountContainer { if ($buttonWidth < $tempWidth) $buttonWidth = $tempWidth; } $x=0; - echo ""; + echo "
"; // print "main" button $class = $this->type . "list-head"; if ($this->order[$this->current_page] == "main") $class = $this->type . "list-edit"; - echo "
"; + echo "
"; echo "\n"; - echo "
\n"; + echo "
\n"; echo "type . "list-head"; if ($this->order[$this->current_page] == $this->order[$i]) $class = $this->type . "list-edit"; - echo "\n"; + echo "\n"; echo "\n"; echo "
order[$i]."')[0].click();\""; - echo " align=\"center\" style=\"padding-top:10px; padding-bottom:10px; padding-right:30px; padding-left:30px;\">\n"; + echo " align=\"center\" style=\"border: 1px solid;border-bottom: 0px solid;padding:10px;\">\n"; // print normal button echo "order[$i]."\" type=\"submit\" value=\""; echo $this->module[$this->order[$i]]->get_alias();