Introducing the new global classes (names may still change!)
authorLuzifr <szekely@woltlab.com>
Tue, 6 Mar 2012 17:56:00 +0000 (18:56 +0100)
committerLuzifr <szekely@woltlab.com>
Tue, 6 Mar 2012 17:56:00 +0000 (18:56 +0100)
com.woltlab.wcf/template/permissionDenied.tpl
com.woltlab.wcf/template/redirect.tpl
wcfsetup/install/files/acp/templates/benchmark.tpl
wcfsetup/install/files/acp/templates/masterPassword.tpl
wcfsetup/install/files/acp/templates/masterPasswordInit.tpl

index fdf6aa9486c78fcb4c40e74302a9338790db391d..9ca3e87379878562f44120b7447da5670b7ab78e 100644 (file)
@@ -1,4 +1,5 @@
 {include file="documentHeader"}
+
 <head>
        <title>{lang}wcf.global.error.permissionDenied.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
        {include file='headInclude' sandbox=false}
index 1131f3ed3071258d00b5fcef6ba707f012af3e74..76cddd562d1cb7cf6faec62eb3ef627b69babc7f 100644 (file)
@@ -1,4 +1,5 @@
 {include file="documentHeader"}
+
 <head>
        <title>{lang}wcf.global.redirect.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
        {include file='headInclude' sandbox=false}
index 046494099dfee97ef7b65b07ee4cf954b6ef8c7d..e7ee9fc38a11450b7e5dda260dcb086080b3ee81 100644 (file)
@@ -1,4 +1,4 @@
-<p style="margin-top: 10px; font-size: .85em" id="benchmark">Execution time: {@$__wcf->getBenchmark()->getExecutionTime()}s ({#($__wcf->getBenchmark()->getExecutionTime()-$__wcf->getBenchmark()->getQueryExecutionTime())/$__wcf->getBenchmark()->getExecutionTime()*100}% PHP, {#$__wcf->getBenchmark()->getQueryExecutionTime()/$__wcf->getBenchmark()->getExecutionTime()*100}% SQL) | SQL queries: {#$__wcf->getBenchmark()->getQueryCount()} | Memory-Usage: {$__wcf->getBenchmark()->getMemoryUsage()}</p>
+<p id="benchmark" class="wcf-marginTop" style="font-size: .85em">Execution time: {@$__wcf->getBenchmark()->getExecutionTime()}s ({#($__wcf->getBenchmark()->getExecutionTime()-$__wcf->getBenchmark()->getQueryExecutionTime())/$__wcf->getBenchmark()->getExecutionTime()*100}% PHP, {#$__wcf->getBenchmark()->getQueryExecutionTime()/$__wcf->getBenchmark()->getExecutionTime()*100}% SQL) | SQL queries: {#$__wcf->getBenchmark()->getQueryCount()} | Memory-Usage: {$__wcf->getBenchmark()->getMemoryUsage()}</p>
 
 {if ENABLE_DEBUG_MODE} 
        <ul id="benchmarkDetails" style="display: none;">
index e68bce23509ed2a68e23624e42fd815e6c4dd5c1..f274a00ac9ce51fa18eeb8383fbf43b3c278ad05 100644 (file)
@@ -20,7 +20,7 @@
 {/if}
 
 <form method="post" action="{link controller='MasterPassword'}{/link}">
-       <div class="wcf-border wcf-content">
+       <div class="wcf-box wcf-marginTop wcf-boxPadding wcf-shadow1">
                
                <fieldset>
                        <legend>{lang}wcf.acp.masterPassword.enter{/lang}</legend>
index 931ce3e376f9b6183e53539e9c961ddf892e483b..547b811830a76d1668362744c72080361d02a46f 100644 (file)
@@ -24,7 +24,7 @@
 {/if}
 
 <form method="post" action="{link controller='MasterPasswordInit'}{/link}">
-       <div class="wcf-border wcf-content">
+       <div class="wcf-box wcf-marginTop wcf-boxPadding wcf-shadow1">
                
                <fieldset>
                        <legend>{lang}wcf.acp.masterPassword.init{/lang}</legend>