qwerious2010-08-29 15:34 | In the admin Page Form view I'd like to have the tabs hidden by default so that I can see a bigger view of my content and only view the tabs if I need to edit that bit. » Quick.Cms v2.x |
Makaron2010-08-30 09:36 | Edit file templates/admin/style.css and change line:
#tabsShow{display:none;}
#tabsHide{display:none;}
#mainForm #tabs{width:450px;margin:0 10px;}
#mainForm #tabs{width:450px;margin:0 10px;display:none;}
Mak-Web.pl - Quick.Cart & Quick.Cms templates |
qwerious2010-08-30 12:13 | Makaron |