[Fusionforge-commits] r8689 - trunk/gforge/www/frs/admin

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Mon Jan 25 21:35:55 CET 2010


Author: aljeux
Date: 2010-01-25 21:35:55 +0100 (Mon, 25 Jan 2010)
New Revision: 8689

Modified:
   trunk/gforge/www/frs/admin/editrelease.php
   trunk/gforge/www/frs/admin/qrs.php
Log:
Fix upload message in qrs

Modified: trunk/gforge/www/frs/admin/editrelease.php
===================================================================
--- trunk/gforge/www/frs/admin/editrelease.php	2010-01-25 20:26:52 UTC (rev 8688)
+++ trunk/gforge/www/frs/admin/editrelease.php	2010-01-25 20:35:55 UTC (rev 8689)
@@ -296,7 +296,7 @@
 		<br />
 		<input type="checkbox" name="preformatted" value="1" <?php echo (($frsr->getPreformatted())?'checked="checked"':''); ?> /> <?php echo _('Preserve my pre-formatted text.') ?>
 		<p>
-		<input type="submit" name="submit" value="<?php echo _('Submit/Refresh') ?>"/></p>
+		<input type="submit" name="submit" value="<?php echo _('Submit/Refresh') ?>"/>
 		</p>
 	</td>
 </tr>
@@ -309,8 +309,9 @@
 <form enctype="multipart/form-data" method="post" action="<?php echo getStringFromServer('PHP_SELF')."?group_id=$group_id&amp;release_id=$release_id&amp;package_id=$package_id"; ?>">
 <input type="hidden" name="step2" value="1" />
 <span 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.') ?></span>
-</span><br />
+<?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.') ?>
+</span>
+<br />
 <?php echo _('Upload a new file') ?>: <input type="file" name="userfile"  size="30" />
 <?php if ($sys_use_ftpuploads) {
 

Modified: trunk/gforge/www/frs/admin/qrs.php
===================================================================
--- trunk/gforge/www/frs/admin/qrs.php	2010-01-25 20:26:52 UTC (rev 8688)
+++ trunk/gforge/www/frs/admin/qrs.php	2010-01-25 20:35:55 UTC (rev 8689)
@@ -239,7 +239,8 @@
 		</td>
 		<td>
 		<span 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.')?>)</span><br />
+		<?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.')?>
+		</span><br />
 		<?php echo _('Upload a new file') ?>: <input type="file" name="userfile"  size="30" />
 		<?php if ($sys_use_ftpuploads) {
 




More information about the Fusionforge-commits mailing list