[evolvis-commits] r13108: Change GUI, and fixed bug, replace sys_use_cvs to sys_use_scm

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


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

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/stats/site_stats_utils.php
Log:
Change GUI, and fixed bug, replace sys_use_cvs to sys_use_scm

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:51 UTC (rev 13107)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/stats/site_stats_utils.php	2011-02-28 01:17:53 UTC (rev 13108)
@@ -256,7 +256,7 @@
 	if ( db_numrows( $res ) > 1 ) {
 
 		?>
-		<table width="100%" cellpadding="0" cellspacing="0" border="0">
+		<table width="100%" cellpadding="0" cellspacing="0" border="1">
 
 		<tr valign="top" align="right" class="tableheading">
 			<td><strong><?php echo _('Group Name'); ?></strong></td>
@@ -273,7 +273,7 @@
 			<?php if ($GLOBALS['sys_use_pm']) { ?>
 			<td colspan="2"><strong><?php echo _('Tasks'); ?></strong></td>
 			<?php } ?>
-			<?php if ($GLOBALS['sys_use_cvs']) { ?>
+			<?php if ($GLOBALS['sys_use_scm']) { ?>
 			<td colspan="3"><strong><?php echo _('CVS'); ?></strong></td>
 			<?php } ?>
 		</tr>
@@ -323,7 +323,7 @@
 		$i = $offset;	
 		while ( $row = db_fetch_array($res) ) {
 			print	'<tr ' . $GLOBALS['HTML']->boxGetAltRowStyle($i) . ' align="right">'
-				. '<td>' . ($i + 1) . util_make_link ('/project/stats/?group_id='.$row["group_id"], $row["group_name"]) . '</td>'
+				. '<td>' . ($i + 1)." " . util_make_link ('/project/stats/?group_id='.$row["group_id"], $row["group_name"]) . '</td>'
 				. '<td>  ' . number_format( $row["site_views"],0 ) . '</td>'
 				. '<td>  ' . number_format( $row["subdomain_views"],0 ) . '</td>';
 			if ($GLOBALS['sys_use_frs']) {



More information about the evolvis-commits mailing list