[Fusionforge-commits] r8618 - trunk/gforge/www/reporting

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Tue Dec 22 21:02:31 CET 2009


Author: aljeux
Date: 2009-12-22 21:02:30 +0100 (Tue, 22 Dec 2009)
New Revision: 8618

Modified:
   trunk/gforge/www/reporting/usercum.php
   trunk/gforge/www/reporting/usersummary.php
Log:
xhtml fixes

Modified: trunk/gforge/www/reporting/usercum.php
===================================================================
--- trunk/gforge/www/reporting/usercum.php	2009-12-22 20:02:23 UTC (rev 8617)
+++ trunk/gforge/www/reporting/usercum.php	2009-12-22 20:02:30 UTC (rev 8618)
@@ -48,14 +48,14 @@
 echo report_header(_('Cumulative Users'));
 
 ?>
-<h3><?php echo _('Cumulative Users'); ?></h3>
-<p>
+<h2><?php echo _('Cumulative Users'); ?></h2>
+
 <form action="<?php echo getStringFromServer('PHP_SELF'); ?>" method="get">
 <table><tr>
 <td><strong><?php echo _('Type'); ?>:</strong><br /><?php echo report_span_box('SPAN',$SPAN); ?></td>
 <td><strong><?php echo _('Start'); ?>:</strong><br /><?php echo report_months_box($report, 'start', $start); ?></td>
 <td><strong><?php echo _('End'); ?>:</strong><br /><?php echo report_months_box($report, 'end', $end); ?></td>
-<td><input type="submit" name="submit" value="<?php echo _('Refresh'); ?>"></td>
+<td><input type="submit" name="submit" value="<?php echo _('Refresh'); ?>" /></td>
 </tr></table>
 </form>
 <p>

Modified: trunk/gforge/www/reporting/usersummary.php
===================================================================
--- trunk/gforge/www/reporting/usersummary.php	2009-12-22 20:02:23 UTC (rev 8617)
+++ trunk/gforge/www/reporting/usersummary.php	2009-12-22 20:02:30 UTC (rev 8618)
@@ -62,7 +62,7 @@
 echo report_header(_('User Summary Report'));
 
 	?>
-	<h3><?php echo _('User Summary Report'); ?></h3>
+	<h2><?php echo _('User Summary Report'); ?></h2>
 	<p>
 	<?php echo _('Choose the range from the pop-up boxes below. The report will list all tasks with an open date in that range.'); ?>
 	</p>
@@ -72,7 +72,7 @@
 			<td><strong><?php echo _('Start'); ?>:</strong><br /><?php echo report_weeks_box($report, 'start', $start); ?></td>
 			<td><strong><?php echo _('End'); ?>:</strong><br /><?php echo report_weeks_box($report, 'end', $end); ?></td>
 			<td><strong><?php echo _('Task Status'); ?>:</strong><br /><?php echo html_build_select_box_from_arrays($l,$n,'tstat',$tstat,false); ?></td>
-			<td><input type="submit" name="submit" value="<?php echo _('Refresh'); ?>"></td>
+			<td><input type="submit" name="submit" value="<?php echo _('Refresh'); ?>" /></td>
 		</tr>
 	</table>
 	</form>




More information about the Fusionforge-commits mailing list