Added the base administration of the users.

Still need to not show the non activated accounts by default.
This commit is contained in:
Loic d'Anterroches
2009-01-02 11:20:10 +01:00
parent 2bfa4478e1
commit 3aaf24d3bb
10 changed files with 415 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
<div id="main-tabs">
<a accesskey="1" href="{url 'IDF_Views_Admin::home'}"{block tabhome}{/block}>{trans 'Administer'}</a>
<a href="{url 'IDF_Views_Admin::projects'}"{block tabprojects}{/block}>{trans 'Projects'}</a>
<a href="{url 'IDF_Views_Admin::users'}"{block tabusers}{/block}>{trans 'People'}</a>
</div>
<div id="sub-tabs">{block subtabs}{/block}</div>
</div>