New "container"-classes
authorLuzifr <szekely@woltlab.com>
Tue, 21 Feb 2012 13:05:08 +0000 (14:05 +0100)
committerLuzifr <szekely@woltlab.com>
Tue, 21 Feb 2012 13:05:11 +0000 (14:05 +0100)
wcfsetup/install/files/acp/templates/packageAutoUpdateList.tpl
wcfsetup/setup/template/header.tpl

index be2b3bba1bf354ac9d78697144ca6455219d6958..54d7062dda522e1c25eec91d6931d673c0e15fe4 100644 (file)
@@ -22,9 +22,9 @@
 </script>
 
 <form method="post" action="{link controller='PackageUpdate'}{/link}" id="updateForm">
-       <header class="wcf-mainHeading">
-               <img src="{@RELATIVE_WCF_DIR}icon/update1.svg" alt="" />
-               <hgroup>
+       <header class="wcf-container wcf-mainHeading">
+               <img src="{@RELATIVE_WCF_DIR}icon/update1.svg" alt="" class="wcf-containerIcon" />
+               <hgroup class="wcf-containerContent">
                        <h1>{lang}wcf.acp.packageUpdate{/lang}</h1>
                        {if $availableUpdates|count}
                                <h2><label><input type="checkbox" onclick="checkUncheckAllPackages(document.getElementById('updateForm'))" /> {lang}wcf.acp.packageUpdate.selectAll{/lang}</label></h2>
index 54900e8d94fcdafbf68d80939536623ef402e8ce..209743c16f78415297846314282495ad5985483b 100644 (file)
@@ -60,9 +60,9 @@
                        <!-- CONTENT -->
                        <section id="content" class="wcf-content">
                                
-                               <header class="wcf-mainHeading setup">
-                                       <img src="{if $lastStep|isset}{@RELATIVE_WCF_DIR}icon/{else}install.php?tmpFilePrefix={@TMP_FILE_PREFIX}&amp;showIcon={/if}working1.svg" alt="" />
-                                       <hgroup>
+                               <header class="wcf-container wcf-mainHeading setup">
+                                       <img src="{if $lastStep|isset}{@RELATIVE_WCF_DIR}icon/{else}install.php?tmpFilePrefix={@TMP_FILE_PREFIX}&amp;showIcon={/if}working1.svg" alt="" class="wcf-containerIcon" />
+                                       <hgroup class="wcf-containerContent">
                                                <h1>{lang}wcf.global.title{/lang}</h1>
                                                <h2>{lang}wcf.global.title.subtitle{/lang}</h2>
                                                <p><progress id="packageInstallationProgress" value="{@$progress}" max="100" style="width: 300px;" title="{@$progress}%">{@$progress}%</progress></p>