[evolvis-commits] r13093: Assume most admin-type users have wide screens now, and remove obscure abbreviations from site-wide stats page

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 02:17:10 CET 2011


Author: mirabilos
Date: 2011-02-28 02:17:10 +0100 (Mon, 28 Feb 2011)
New Revision: 13093

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/stats/site_stats_utils.php
Log:
Assume most admin-type users have wide screens now, and remove obscure abbreviations from site-wide stats page

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/stats/site_stats_utils.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/stats/site_stats_utils.php	2011-02-28 01:17:08 UTC (rev 13092)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/stats/site_stats_utils.php	2011-02-28 01:17:10 UTC (rev 13093)
@@ -297,22 +297,22 @@
 			<td><a href="<?php echo $uri_string; ?>downloads"><?php echo _('Total'); ?></a></td>
 			<?php } ?>
 			<?php if ($GLOBALS['sys_use_tracker']) { ?>
-			<td><a href="<?php echo $uri_string; ?>bugs_opened"><?php echo _('Opn'); ?></a></td>
-			<td><a href="<?php echo $uri_string; ?>bugs_closed"><?php echo _('Cls'); ?></a></td>
-			<td><a href="<?php echo $uri_string; ?>support_opened"><?php echo _('Opn'); ?></a></td>
-			<td><a href="<?php echo $uri_string; ?>support_closed"><?php echo _('Cls'); ?></a></td>
-			<td><a href="<?php echo $uri_string; ?>patches_opened"><?php echo _('Opn'); ?></a></td>
-			<td><a href="<?php echo $uri_string; ?>patches_closed"><?php echo _('Cls'); ?></a></td>
-			<td><a href="<?php echo $uri_string; ?>artifacts_opened"><?php echo _('Opn'); ?></a></td>
-			<td><a href="<?php echo $uri_string; ?>artifacts_closed"><?php echo _('Cls'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>bugs_opened"><?php echo _('Opened'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>bugs_closed"><?php echo _('Closed'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>support_opened"><?php echo _('Opened'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>support_closed"><?php echo _('Closed'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>patches_opened"><?php echo _('Opened'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>patches_closed"><?php echo _('Closed'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>artifacts_opened"><?php echo _('Opened'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>artifacts_closed"><?php echo _('Closed'); ?></a></td>
 			<?php } ?>
 			<?php if ($GLOBALS['sys_use_pm']) { ?>
-			<td><a href="<?php echo $uri_string; ?>tasks_opened"><?php echo _('Opn'); ?></a></td>
-			<td><a href="<?php echo $uri_string; ?>tasks_closed"><?php echo _('Cls'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>tasks_opened"><?php echo _('Opened'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>tasks_closed"><?php echo _('Closed'); ?></a></td>
 			<?php } ?>
 			<?php if ($GLOBALS['sys_use_scm']) { ?>
-			<td><a href="<?php echo $uri_string; ?>cvs_checkouts"><?php echo _('CO\'s'); ?></a></td>
-			<td><a href="<?php echo $uri_string; ?>cvs_commits"><?php echo _('Comm\'s'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>cvs_checkouts"><?php echo _('Checkouts'); ?></a></td>
+			<td><a href="<?php echo $uri_string; ?>cvs_commits"><?php echo _('Commits'); ?></a></td>
 			<td><a href="<?php echo $uri_string; ?>cvs_adds"><?php echo _('Adds'); ?></a></td>
 			<?php } ?>
 			</tr>



More information about the evolvis-commits mailing list