gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/scm index.php,1.17,1.18


From: gsmet
Subject: [Gforge-commits] gforge/www/scm index.php,1.17,1.18
Date: Tue, 09 Mar 2004 04:16:51 -0600

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

Modified Files:
        index.php 
Log Message:
fixed cvs statistics display


Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/scm/index.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- index.php   9 Feb 2004 11:12:45 -0000       1.17
+++ index.php   9 Mar 2004 10:16:41 -0000       1.18
@@ -92,8 +92,8 @@
 
        $headerMapping = array(
        'realname' => array("Name", 'width="60%"'),
-       'adds'  => array("Adds", 'width="13%"'),
-       'commits' => array("Commits", 'width="13%"')
+       'adds'  => array("Adds", 'width="20%"'),
+       'commits' => array("Commits", 'width="20%"')
        );
        ShowResultSet($result,'', false, true, $headerMapping, 
array('combined'));
 }
@@ -136,4 +136,4 @@
        </tr>
 </table>
 
-<?php site_project_footer(array()); ?>
\ No newline at end of file
+<?php site_project_footer(array()); ?>





reply via email to

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