[Fusionforge-commits] r8347 - in branches/Branch_4_8/gforge/www/pm: . include

Roland Mas lolando at libremir.placard.fr.eu.org
Fri Nov 6 15:36:56 CET 2009


Author: lolando
Date: 2009-11-06 15:36:56 +0100 (Fri, 06 Nov 2009)
New Revision: 8347

Modified:
   branches/Branch_4_8/gforge/www/pm/include/ProjectTaskHTML.class.php
   branches/Branch_4_8/gforge/www/pm/mod_task.php
Log:
Added class attributes to ease CSS?\194?\160styling in project manager

Modified: branches/Branch_4_8/gforge/www/pm/include/ProjectTaskHTML.class.php
===================================================================
--- branches/Branch_4_8/gforge/www/pm/include/ProjectTaskHTML.class.php	2009-11-06 14:36:47 UTC (rev 8346)
+++ branches/Branch_4_8/gforge/www/pm/include/ProjectTaskHTML.class.php	2009-11-06 14:36:56 UTC (rev 8347)
@@ -170,7 +170,7 @@
 				$field=db_result($result, $i, 'field_name');
 
 				echo '
-					<tr '. $GLOBALS['HTML']->boxGetAltRowStyle($i) .'><td>'.$field.'</td><td>';
+					<tr class="mod_task_field" '. $GLOBALS['HTML']->boxGetAltRowStyle($i) .'><td>'.$field.'</td><td>';
 
 				if ($field == 'status_id') {
 //tdP - convert to actual status name

Modified: branches/Branch_4_8/gforge/www/pm/mod_task.php
===================================================================
--- branches/Branch_4_8/gforge/www/pm/mod_task.php	2009-11-06 14:36:47 UTC (rev 8346)
+++ branches/Branch_4_8/gforge/www/pm/mod_task.php	2009-11-06 14:36:56 UTC (rev 8347)
@@ -29,7 +29,7 @@
 <input type="hidden" name="func" value="postmodtask" />
 <input type="hidden" name="project_task_id" value="<?php echo $project_task_id; ?>" />
 
-<table border="0" width="100%">
+<table border="0" width="100%" class="mod_task">
 
 	<tr>
 		<td><strong><?php echo _('Submitted by') ?>:</strong><br />




More information about the Fusionforge-commits mailing list