[evolvis-commits] r11790: xhtml compliant page [T557] ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:24:57 CET 2011


Author: mirabilos
Date: 2011-02-24 18:24:57 +0100 (Thu, 24 Feb 2011)
New Revision: 11790

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/activity/index.php
Log:
xhtml compliant page [T557]


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/activity/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/activity/index.php	2011-02-24 17:24:55 UTC (rev 11789)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/activity/index.php	2011-02-24 17:24:57 UTC (rev 11790)
@@ -82,9 +82,9 @@
 
 	?>
 <br />
+<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
+<input type="hidden" name="group_id" value="<?php echo $group_id; ?>"/>
 <table border="0" cellspacing="0" cellpadding="3">
-<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
-<input type="hidden" name="group_id" value="<?php echo $group_id; ?>">
 <tr>
 	<td><strong><?php echo $Language->getText('projectactivity','headeractivity') ?></strong></td>
 	<td><strong><?php echo $Language->getText('projectactivity','startdate') ?></strong></td>
@@ -95,10 +95,10 @@
 	<td><?php echo $multiselect; ?></td>
 	<td valign="top"><input name="start_date" value="<?php echo date($Language->getText('system','shortdatefmt'),$begin); ?>" size="10" maxlength="10" /></td>
 	<td valign="top"><input name="end_date" value="<?php echo date($Language->getText('system','shortdatefmt'),$end); ?>" size="10" maxlength="10" /></td>
-	<td valign="top"><input type="submit" name="submit" value="Submit"></td>
+	<td valign="top"><input type="submit" name="submit" value="Submit"/></td>
 </tr>
+</table>
 </form>
-</table>
 <br />
 	<?php
 
@@ -113,7 +113,7 @@
 	while ($arr =& db_fetch_array($res)) {
 		if ($last_day != date('Y-M-d',$arr['activity_date'])) {
 		//	echo $HTML->listTableBottom($theader);
-			echo '<tr class="tableheading"><td colspan="3">'.date($Language->getText('system','shortdatefmt'),$arr['activity_date']).'</td>';
+			echo '<tr class="tableheading"><td colspan="3">'.date($Language->getText('system','shortdatefmt'),$arr['activity_date']).'</td></tr>';
 		//	echo $HTML->listTableTop($theader);
 			$last_day=date('Y-M-d',$arr['activity_date']);
 		}



More information about the evolvis-commits mailing list