[Fusionforge-commits] r7439 - trunk/gforge/www/softwaremap

Julien HEYMAN jheyman at libremir.placard.fr.eu.org
Thu Apr 16 14:33:39 CEST 2009


Author: jheyman
Date: 2009-04-16 14:33:39 +0200 (Thu, 16 Apr 2009)
New Revision: 7439

Modified:
   trunk/gforge/www/softwaremap/full_list.php
Log:
Fixed bug in GUI in full_list project

Modified: trunk/gforge/www/softwaremap/full_list.php
===================================================================
--- trunk/gforge/www/softwaremap/full_list.php	2009-04-16 11:53:54 UTC (rev 7438)
+++ trunk/gforge/www/softwaremap/full_list.php	2009-04-16 12:33:39 UTC (rev 7439)
@@ -143,7 +143,7 @@
 		// list all trove categories
 		print trove_getcatlisting($row_grp['group_id'],0,1,0);
 		print '</td>';
-		print '<td align="right"><br />'._('Register Date:').' <strong>'.date(_('Y-m-d H:i'),$row_grp['register_time']).'</strong></td>';
+		print '<td valign="bottom" style="text-align:right;"><br />'._('Register Date:').' <strong>'.date(_('Y-m-d H:i'),$row_grp['register_time']).'</strong></td>';
 		print '</tr>';
 /*
                 if ($row_grp['jobs_count']) {




More information about the Fusionforge-commits mailing list