From a14a3bb0dec8d7395b769899b99a77ad39cb6bd1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 20 Dec 2015 19:07:04 +0000 Subject: [PATCH] layout fix if content area is too wide --- lam/lib/modules.inc | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 605f8eb5..55b2533a 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -1028,15 +1028,21 @@ class accountContainer { } echo ''; echo '
'; - // tab menu - $this->printModuleTabs(); - echo "
\n"; - // content area - // display html-code from modules - $return = call_user_func(array($this->module[$this->order[$this->current_page]], 'display_html_'.$this->subpage)); - $y = 5000; - parseHtml($this->order[$this->current_page], $return, array(), false, $y, $this->type); - echo "
\n"; + echo ''; + echo ''; + echo ''; + echo '
'; + // tab menu + $this->printModuleTabs(); + echo ''; + echo "
\n"; + // content area + // display html-code from modules + $return = call_user_func(array($this->module[$this->order[$this->current_page]], 'display_html_'.$this->subpage)); + $y = 5000; + parseHtml($this->order[$this->current_page], $return, array(), false, $y, $this->type); + echo "
\n"; + echo '
'; echo "
\n"; echo "\n"; // Display rest of html-page @@ -1417,8 +1423,9 @@ class accountContainer { $x=1; echo '