Added the filtering of the non validated users by default.

This commit is contained in:
Loic d'Anterroches
2009-01-02 11:38:35 +01:00
parent 3aaf24d3bb
commit 404e2cd150
3 changed files with 31 additions and 3 deletions

View File

@@ -6,6 +6,10 @@
{$users.render}
{/block}
{block context}
<p>{trans 'Number of users:'} <strong>{$users.nb_items}</strong></p>
{if !$not_validated}{aurl 'url', 'IDF_Views_Admin::usersNotValidated'}
<p class="helptext">{blocktrans}See <a href="{$url}">not validated users</a>.{/blocktrans}</p>
{/if}
<div class="issue-submit-info">
{blocktrans}<p>You have here an overview of the users registered in the forge.</p>{/blocktrans}
</div>