Always show the 'show all' button in dashboard box
authorMarcel Werk <burntime@woltlab.com>
Wed, 8 Jan 2025 14:00:20 +0000 (15:00 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 8 Jan 2025 14:00:20 +0000 (15:00 +0100)
The button allows you to quickly jump to the user list, where the users can be conveniently activated via the context menu.

wcfsetup/install/files/acp/templates/usersAwaitingApprovalAcpDashboardBox.tpl

index 76e1ceea37021470661dcccedf80e3fef3ff86d4..b369224b71543166f04c29e88cdc4aa721761769 100644 (file)
        {/foreach}
 </ul>
 
-{if $usersAwaitingApproval > $users|count}
-       <div class="acpDashboardBox__cta">
-               <a href="{link controller='UserQuickSearch' mode='pendingActivation'}{/link}" class="button small">
-                       {lang}wcf.global.button.showAll{/lang}
-               </a>
-       </div>
-{/if}
\ No newline at end of file
+<div class="acpDashboardBox__cta">
+       <a href="{link controller='UserQuickSearch' mode='pendingActivation'}{/link}" class="button small">
+               {lang}wcf.global.button.showAll{/lang}
+       </a>
+</div>