[Fusionforge-commits] r12004 - branches/Branch_5_1/src/www/frs/admin

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Sun Jan 16 10:58:56 CET 2011


Author: nerville
Date: 2011-01-16 10:58:56 +0100 (Sun, 16 Jan 2011)
New Revision: 12004

Modified:
   branches/Branch_5_1/src/www/frs/admin/qrs.php
Log:
port fix from trunk: fix display

Modified: branches/Branch_5_1/src/www/frs/admin/qrs.php
===================================================================
--- branches/Branch_5_1/src/www/frs/admin/qrs.php	2011-01-16 09:57:36 UTC (rev 12003)
+++ branches/Branch_5_1/src/www/frs/admin/qrs.php	2011-01-16 09:58:56 UTC (rev 12004)
@@ -193,10 +193,10 @@
 			<h4><?php echo _('File Name') ?>:<?php echo utils_requiredField();?></h4>
 		</td>
 		<td>
-		<span class="important">
+		<div class="important">
 		<?php echo _('NOTE: In some browsers you must select the file in the file-upload dialog and click "OK". Double-clicking doesn\'t register the file.')?>
 		<?php printf(_('You can probably not upload files larger than about %.2f MiB in size.'), util_get_maxuploadfilesize() / 1048576); ?><br />
-		</span><br />
+		</div>
 		<?php echo _('Upload a new file') ?>: <input type="file" name="userfile"  size="30" />
 		<?php if (forge_get_config('use_ftp_uploads')) {
 




More information about the Fusionforge-commits mailing list