Improve title of the `CombinedTaggedPage`
authorMarcel Werk <burntime@woltlab.com>
Fri, 5 May 2023 16:30:44 +0000 (18:30 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 5 May 2023 16:30:44 +0000 (18:30 +0200)
com.woltlab.wcf/templates/combinedTagged.tpl

index ed15b76c4d248294fde8bbea961783602c57e51b..5ed73950bcacb5ba73bfb3ed980d70cd5438f4cd 100644 (file)
@@ -1,14 +1,9 @@
-{capture assign='pageTitle'}{lang}wcf.tagging.combinedTaggedObjects.{@$objectType}{/lang}{if $pageNo > 1} - {lang}wcf.page.pageNo{/lang}{/if}{/capture}
+{capture assign='pageTitle'}{lang}wcf.tagging.combinedTaggedObjects.{@$objectType}{/lang} {lang}wcf.tagging.combinedTaggedObjects{/lang}{if $pageNo > 1} - {lang}wcf.page.pageNo{/lang}{/if}{/capture}
 
 {capture assign='contentHeader'}
        <header class="contentHeader">
                <div class="contentHeaderTitle">
-                       <h1 class="contentTitle">{lang}wcf.tagging.combinedTaggedObjects.{@$objectType}{/lang}</h1>
-                       <ul class="tagList" style="margin-top: 10px">
-                               {foreach from=$combinedTags item=tag}
-                                       <li><a href="{link controller='Tagged' object=$tag}objectType={@$objectType}{/link}" class="tag jsTooltip" title="{lang}wcf.tagging.taggedObjects.{@$objectType}{/lang}">{$tag->name}</a></li>
-                               {/foreach}
-                       </ul>
+                       <h1 class="contentTitle">{lang}wcf.tagging.combinedTaggedObjects.{@$objectType}{/lang} {lang}wcf.tagging.combinedTaggedObjects{/lang}</h1>
                </div>
        </header>
 {/capture}