File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 7676 { event name= ' boxes' }
7777{ /capture }
7878
79+ { capture assign= ' contentInteractionButtons' }
80+ { if $__wcf -> user -> userID }
81+ <button type =" button" class =" markAllAsReadButton contentInteractionButton button small jsOnly" >{ icon name= ' check' } <span >{ lang} wcf.global.button.markAllAsRead{ /lang} </span ></button >
82+ { /if }
83+ { /capture }
84+
7985{ capture assign= ' contentInteractionDropdownItems' }
8086 <li ><a rel =" alternate" href =" { link controller= ' ConversationRssFeed' } at={ $__wcf -> getUser ()-> userID } -{ $__wcf -> getUser ()-> accessToken } { /link} " >{ lang} wcf.global.button.rss{ /lang} </a ></li >
8187{ /capture }
8692 { unsafe:$listView -> render ()}
8793</div >
8894
95+
96+ { if $__wcf -> user -> userID }
97+ <script data-relocate =" true" >
98+ require ([' WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead' ], ({ setup } ) => {
99+ setup();
100+ } );
101+ </script >
102+ { /if }
103+
89104{ include file= ' footer' }
You can’t perform that action at this time.
0 commit comments