[Fusionforge-commits] r10489 - trunk/src/www/my

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Wed Sep 15 19:00:26 CEST 2010


Author: aljeux
Date: 2010-09-15 19:00:25 +0200 (Wed, 15 Sep 2010)
New Revision: 10489

Modified:
   trunk/src/www/my/index.php
Log:
Add class tablecontent to improve layout.

Modified: trunk/src/www/my/index.php
===================================================================
--- trunk/src/www/my/index.php	2010-09-15 17:00:19 UTC (rev 10488)
+++ trunk/src/www/my/index.php	2010-09-15 17:00:25 UTC (rev 10489)
@@ -97,7 +97,7 @@
 		}
 	} else {
 		echo '
-			<tr><td colspan="3">'._('You have no open tracker items assigned to you.').'</td></tr>';
+			<tr><td colspan="3" class="tablecontent">'._('You have no open tracker items assigned to you.').'</td></tr>';
 	}
 	echo $HTML->listTableBottom();
 ?>




More information about the Fusionforge-commits mailing list