Removed the dead screen of the administration as not used for the moment.

The first tab of the administration was not used, so I removed it to
remove the clutter, it will be reactivated when it will be possible to
perform forge configuration from there.
This commit is contained in:
Loic d'Anterroches
2009-01-02 13:34:09 +01:00
parent dc5cdd74af
commit 36f29dfbfd
4 changed files with 2 additions and 9 deletions

View File

@@ -40,7 +40,6 @@
</p>
<div id="header">
<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>