From: Luzifr Date: Fri, 23 Sep 2011 14:22:00 +0000 (+0200) Subject: Front-end and more X-Git-Tag: 2.0.0_Beta_1~1774 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=853b834a66bf02dc0fed3cf5f61513988b2c16bd;p=GitHub%2FWoltLab%2FWCF.git Front-end and more Min-height for main content; Footer-template now similar to acp-footer; Some more corrections. --- diff --git a/com.woltlab.wcf/template/footer.tpl b/com.woltlab.wcf/template/footer.tpl index 4beeb46805..88357a63ec 100644 --- a/com.woltlab.wcf/template/footer.tpl +++ b/com.woltlab.wcf/template/footer.tpl @@ -1,9 +1,15 @@ - + + + - - - \ No newline at end of file + + + + + + diff --git a/com.woltlab.wcf/template/footerMenu.tpl b/com.woltlab.wcf/template/footerMenu.tpl index 3287b98c3c..e729e15ab1 100644 --- a/com.woltlab.wcf/template/footerMenu.tpl +++ b/com.woltlab.wcf/template/footerMenu.tpl @@ -1,9 +1,11 @@ -{if $__wcf->getPageMenu()->getMenuItems('footer')|count > 0} - diff --git a/com.woltlab.wcf/template/header.tpl b/com.woltlab.wcf/template/header.tpl index c6b6ba1dd2..3a8a3d9231 100644 --- a/com.woltlab.wcf/template/header.tpl +++ b/com.woltlab.wcf/template/header.tpl @@ -1,14 +1,17 @@ + + +
-
\ No newline at end of file +
+ + {include file='breadcrumbs' sandbox=false} \ No newline at end of file diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index ff739a2800..fb4d5a5b17 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -469,6 +469,7 @@ section.content { div.main > div section:only-child { display: block !important; width: auto; + min-height: 100px; } section.content .content { diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index c7fe48726e..547e00b1c9 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -79,8 +79,8 @@