gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/admin index.php,1.24,1.25


From: gsmet
Subject: [Gforge-commits] gforge/www/admin index.php,1.24,1.25
Date: Tue, 07 Dec 2004 10:17:21 -0600

Update of /cvsroot/gforge/gforge/www/admin
In directory db.perdue.net:/tmp/cvs-serv17508/www/admin

Modified Files:
        index.php 
Log Message:
fixed global admin index

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/admin/index.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- index.php   8 Oct 2004 21:38:01 -0000       1.24
+++ index.php   7 Dec 2004 16:17:19 -0000       1.25
@@ -106,7 +106,7 @@
 </ul>
 <ul>
        <li><a href="/register/"><?php echo 
$Language->getText('admin_index','register_new_project'); ?></a></li>
-       <li><?php echo $Language->getText('admin_index','groups_with'); ?> <a 
href="approve-pending.php"><strong>P</strong> <?php echo 
$Language->getText('admin_index','pending_status'); ?></a> <em><?php echo 
$Language->getText('admin_index','new_project_approval'); ?></em></li>
+       <li><?php echo $Language->getText('admin_index','groups_with_status'); 
?> <a href="approve-pending.php"><?php echo 
$Language->getText('admin_index','project_pending'); ?> <em><?php echo 
$Language->getText('admin_index','new_project_approval'); ?></em></a></li>
        <li><form name="projectsearch" action="search.php">
        <?php echo $Language->getText('admin_index','groups_with_status'); ?>
        <select name="status">
@@ -159,9 +159,6 @@
        <?php plugin_hook("site_admin_option_hook", false); ?>
 </ul>
 
-<p>
-<strong><?php echo 
$Language->getText('admin_index','global_admin_tools_mass_insert'); ?></strong>
-</p>
 <?php if($GLOBALS['sys_use_project_database'] || 
$GLOBALS['sys_use_project_vhost']) { ?>
 <ul>
        <?php if($GLOBALS['sys_use_project_vhost']) { ?>
@@ -172,10 +169,7 @@
                <li><a href="database.php"><?php echo 
$Language->getText('admin_index','project_database_administration'); ?></a></li>
        <?php } ?>
 </ul>
-<?php } ?>
-<p><strong><?php echo 
$Language->getText('admin_index','quick_site_statistic'); ?></strong></p>
-
-<?php
+<?php }
 
 site_admin_footer(array());
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]