Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / deletedContentList.tpl
index 8b1734f1e682e074b722f2ba5d69af912483a8de..faee7ebb50a1912d35857ed0aaee60094412ee04 100644 (file)
@@ -1,12 +1,4 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.moderation.deletedContent.objectType.{@$objectType}{/lang} - {PAGE_TITLE|language}</title>
-       
-       {include file='headInclude'}
-</head>
-
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
+{capture assign='pageTitle'}{lang}wcf.moderation.deletedContent.{@$objectType}{/lang}{/capture}
 
 {capture assign='sidebarLeft'}
        <section class="box">
@@ -14,9 +6,9 @@
                
                <div class="boxContent">
                        <nav>
-                               <ul>
+                               <ul class="boxMenu">
                                        {foreach from=$availableObjectTypes item=availableObjectType}
-                                               <li{if $objectType == $availableObjectType->objectType} class="active"{/if}><a href="{link controller='DeletedContentList'}objectType={@$availableObjectType->objectType}{/link}">{lang}wcf.moderation.deletedContent.objectType.{@$availableObjectType->objectType}{/lang}</a></li>
+                                               <li{if $objectType == $availableObjectType->objectType} class="active"{/if}><a class="boxMenuLink" href="{link controller='DeletedContentList'}objectType={@$availableObjectType->objectType}{/link}">{lang}wcf.moderation.deletedContent.objectType.{@$availableObjectType->objectType}{/lang}</a></li>
                                        {/foreach}
                                </ul>
                        </nav>
        </section>
 {/capture}
 
-{include file='header'}
-
-<header class="contentHeader">
-       <div class="contentHeaderTitle">
-               <h1 class="contentTitle">{lang}wcf.moderation.deletedContent.{@$objectType}{/lang}</h1>
-       </div>
-       
-       {hascontent}
-               <nav class="contentHeaderNavigation">
-                       <ul>
-                               {content}{event name='contentHeaderNavigation'}{/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</header>
+{capture assign='contentTitle'}{lang}wcf.moderation.deletedContent.{@$objectType}{/lang}{/capture}
 
-{include file='userNotice'}
+{include file='header'}
 
 {hascontent}
        <div class="paginationTop">
@@ -71,6 +49,3 @@
 </footer>
 
 {include file='footer'}
-
-</body>
-</html>
\ No newline at end of file