old tickets

Issue 38: Add tab for inactive users in forge management
Issue 37: Add tab for active users in forge management
This commit is contained in:
Nathan Adams
2015-08-30 20:24:03 -05:00
parent 5c61ef6d52
commit 90ce6fda4c
3 changed files with 27 additions and 7 deletions

View File

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