gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/frs index.php,1.5,1.6


From: mpeltier
Subject: [Gforge-commits] gforge/www/frs index.php,1.5,1.6
Date: Sat, 11 Dec 2004 17:47:25 -0600

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

Modified Files:
        index.php 
Log Message:
minor corrections


Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/frs/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.php   8 Oct 2004 20:33:18 -0000       1.5
+++ index.php   11 Dec 2004 23:47:23 -0000      1.6
@@ -90,10 +90,10 @@
 echo '
 <table width="100%" border="0" cellspacing="1" cellpadding="1">';
 $cell_data=array();
-$cell_data[] = 
array($Language->getText('project_showfiles','package'),'rowspan=2');
-$cell_data[] = 
array($Language->getText('project_showfiles','release_notes'),'rowspan=2');
-$cell_data[] = 
array($Language->getText('project_showfiles','filename'),'rowspan=2');
-$cell_data[] = 
array($Language->getText('project_showfiles','date'),'colspan=4');
+$cell_data[] = 
array($Language->getText('project_showfiles','package'),'rowspan="2"');
+$cell_data[] = 
array($Language->getText('project_showfiles','release_notes'),'rowspan="2"');
+$cell_data[] = 
array($Language->getText('project_showfiles','filename'),'rowspan="2"');
+$cell_data[] = 
array($Language->getText('project_showfiles','date'),'colspan="4"');
 
 echo $GLOBALS[HTML]->multiTableRow('', $cell_data, TRUE);
 
@@ -103,11 +103,11 @@
 $cell_data[] = array($Language->getText('project_showfiles','architecture'));
 $cell_data[] = array($Language->getText('project_showfiles','file_type'));
 
-echo $GLOBALS[HTML]->multiTableRow("",$cell_data, TRUE);
+echo $GLOBALS[HTML]->multiTableRow('',$cell_data, TRUE);
 
 $proj_stats['packages'] = $num_packages;
 
-   // Iterate and show the packages
+// Iterate and show the packages
 for ( $p = 0; $p < $num_packages; $p++ ) {
        $cur_style = $GLOBALS['HTML']->boxGetAltRowStyle($p);
        
@@ -143,11 +143,11 @@
                        }
                        $cell_data[] = array('&nbsp;<strong>
                                <a 
href="shownotes.php?release_id='.$package_release['release_id'].'">'.$package_release['name']
 .'</a></strong>',
-                               "colspan=3");
+                               'colspan="3"');
 
                        $cell_data[] = array('&nbsp;<strong>
                                '.date($sys_datefmt, 
$package_release['release_date'] ) .'</strong>',
-                               'colspan=4 align="middle"');
+                               'colspan="4" align="middle"');
                        
                        print $GLOBALS[HTML]->multiTableRow($bgstyle, 
$cell_data, FALSE);
                        // get the files in this release....
@@ -196,7 +196,6 @@
                        }
                }
        }
-
 }
 
 if ( $proj_stats['size'] ) {





reply via email to

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