From b9953061034dccc462d6cbe5e3b67e67802a66d1 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 27 Apr 2022 13:23:57 +0200 Subject: [PATCH] Removed useless RSS feed dialog for notifications The option for an anonymous RSS feed does not make sense at this point, as guests do not have access to notifications. --- com.woltlab.wcf/templates/notificationList.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/notificationList.tpl b/com.woltlab.wcf/templates/notificationList.tpl index 41480874e3..744fc5eeff 100644 --- a/com.woltlab.wcf/templates/notificationList.tpl +++ b/com.woltlab.wcf/templates/notificationList.tpl @@ -28,7 +28,7 @@ {capture assign='contentInteractionDropdownItems'} {if $__wcf->getUserNotificationHandler()->getNotificationCount()}
  • {lang}wcf.user.notification.markAllAsConfirmed{/lang}
  • {/if} -
  • {lang}wcf.global.button.rss{/lang}
  • +
  • {lang}wcf.global.button.rss{/lang}
  • {/capture} {include file='header' __sidebarLeftHasMenu=true} -- 2.20.1