Skip to content

Commit

Permalink
Always show the 'show all' button in dashboard box
Browse files Browse the repository at this point in the history
The button allows you to quickly jump to the user list, where the users can be conveniently activated via the context menu.
  • Loading branch information
BurntimeX committed Jan 8, 2025
1 parent 535cd43 commit f52822f
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
{/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}
<div class="acpDashboardBox__cta">
<a href="{link controller='UserQuickSearch' mode='pendingActivation'}{/link}" class="button small">
{lang}wcf.global.button.showAll{/lang}
</a>
</div>

0 comments on commit f52822f

Please sign in to comment.