[Fusionforge-commits] r10621 - branches/Branch_5_0/gforge/www/admin
Franck VILLAUME
nerville at libremir.placard.fr.eu.org
Wed Sep 22 12:04:06 CEST 2010
Author: nerville
Date: 2010-09-22 12:04:06 +0200 (Wed, 22 Sep 2010)
New Revision: 10621
Modified:
branches/Branch_5_0/gforge/www/admin/index.php
Log:
enable when needed people job & categories adminstration
Modified: branches/Branch_5_0/gforge/www/admin/index.php
===================================================================
--- branches/Branch_5_0/gforge/www/admin/index.php 2010-09-22 10:02:14 UTC (rev 10620)
+++ branches/Branch_5_0/gforge/www/admin/index.php 2010-09-22 10:04:06 UTC (rev 10621)
@@ -176,6 +176,9 @@
}
if($GLOBALS['sys_use_project_database']) { ?>
<li><a href="database.php"><?php echo _('Project Database Administration'); ?></a></li>
+ <?php }
+ if($GLOBALS['sys_use_people']) { ?>
+ <li><a href="<?php echo util_make_url ('/people/admin/'); ?>"><?php echo _('Job / Categories Administration'); ?></a></li>
<?php } ?>
</ul>
<?php }
More information about the Fusionforge-commits
mailing list