[Fusionforge-commits] r19459 - trunk/src/www/top

Marc-Etienne VARGENAU vargenau at fusionforge.org
Tue Mar 11 16:32:55 CET 2014


Author: vargenau
Date: 2014-03-11 16:32:55 +0100 (Tue, 11 Mar 2014)
New Revision: 19459

Modified:
   trunk/src/www/top/mostactive.php
Log:
Use CSS

Modified: trunk/src/www/top/mostactive.php
===================================================================
--- trunk/src/www/top/mostactive.php	2014-03-11 15:31:55 UTC (rev 19458)
+++ trunk/src/www/top/mostactive.php	2014-03-11 15:32:55 UTC (rev 19459)
@@ -83,8 +83,8 @@
 	}
 	print '
 		</td>
-		<td> </td>
-		<td align="RIGHT">'.util_make_link ('/top/mostactive.php?type='.$type.'&offset='.($offset+$limit),'<strong>'._('More').' --></strong>').'
+		<td></td>
+		<td class="align-right">'.util_make_link ('/top/mostactive.php?type='.$type.'&offset='.($offset+$limit),'<strong>'._('More').' --></strong>').'
 		</td>
 	</tr>';
 }




More information about the Fusionforge-commits mailing list