From: Alexander Ebert Date: Thu, 18 Aug 2022 16:39:07 +0000 (+0200) Subject: Merge branch 'master' into font-awesome-6-migration X-Git-Tag: 6.0.0_Alpha_1~1024^2~2^2~37 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e57e8db431643711fd771b8f7cbc38e864a1533c;p=GitHub%2FWoltLab%2FWCF.git Merge branch 'master' into font-awesome-6-migration --- e57e8db431643711fd771b8f7cbc38e864a1533c diff --cc com.woltlab.wcf/templates/categoryArticleList.tpl index e8af78ebe7,249bca68d1..ab9299d17d --- a/com.woltlab.wcf/templates/categoryArticleList.tpl +++ b/com.woltlab.wcf/templates/categoryArticleList.tpl @@@ -63,11 -63,10 +63,10 @@@ {/capture} {capture assign='contentInteractionButtons'} - {if $__wcf->user->userID} - {lang}wcf.user.objectWatch.button.subscribe{/lang} - {/if} + {include file='__userObjectWatchButton' isSubscribed=$category->isSubscribed() objectType='com.woltlab.wcf.article.category' objectID=$category->categoryID} + {if ARTICLE_ENABLE_VISIT_TRACKING} - {lang}wcf.global.button.markAllAsRead{/lang} + {icon size=16 name='check'} {lang}wcf.global.button.markAllAsRead{/lang} {/if} {/capture}