Removed useless RSS feed dialog for notifications
authorMarcel Werk <burntime@woltlab.com>
Wed, 27 Apr 2022 11:23:57 +0000 (13:23 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 27 Apr 2022 11:25:08 +0000 (13:25 +0200)
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

index 41480874e3b49b74eb23c605b1119c7ff125fd45..744fc5eeff081478adb64835a976b8eeb43617f6 100644 (file)
@@ -28,7 +28,7 @@
 
 {capture assign='contentInteractionDropdownItems'}
        {if $__wcf->getUserNotificationHandler()->getNotificationCount()}<li class="jsOnly"><a href="#" class="jsMarkAllAsConfirmed">{lang}wcf.user.notification.markAllAsConfirmed{/lang}</a></li>{/if}
-       <li><a rel="alternate" href="{link controller='NotificationFeed'}at={@$__wcf->getUser()->userID}-{@$__wcf->getUser()->accessToken}{/link}" class="rssFeed">{lang}wcf.global.button.rss{/lang}</a></li>
+       <li><a rel="alternate" href="{link controller='NotificationFeed'}at={@$__wcf->getUser()->userID}-{@$__wcf->getUser()->accessToken}{/link}">{lang}wcf.global.button.rss{/lang}</a></li>
 {/capture}
 
 {include file='header' __sidebarLeftHasMenu=true}