From f52822fbd9b80934b6d868efdcb0d6833042c3e7 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 8 Jan 2025 15:00:20 +0100 Subject: [PATCH] Always show the 'show all' button in dashboard box The button allows you to quickly jump to the user list, where the users can be conveniently activated via the context menu. --- .../usersAwaitingApprovalAcpDashboardBox.tpl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/wcfsetup/install/files/acp/templates/usersAwaitingApprovalAcpDashboardBox.tpl b/wcfsetup/install/files/acp/templates/usersAwaitingApprovalAcpDashboardBox.tpl index 76e1ceea37..b369224b71 100644 --- a/wcfsetup/install/files/acp/templates/usersAwaitingApprovalAcpDashboardBox.tpl +++ b/wcfsetup/install/files/acp/templates/usersAwaitingApprovalAcpDashboardBox.tpl @@ -20,10 +20,8 @@ {/foreach} -{if $usersAwaitingApproval > $users|count} -
- - {lang}wcf.global.button.showAll{/lang} - -
-{/if} \ No newline at end of file +
+ + {lang}wcf.global.button.showAll{/lang} + +
-- 2.20.1