[Weberp-svn] SF.net SVN: weberp:[6840] trunk/WorkOrderEntry.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-22 19:19:38
|
Revision: 6840 http://weberp.svn.sourceforge.net/weberp/?rev=6840&view=rev Author: tim_schofield Date: 2011-07-22 19:19:31 +0000 (Fri, 22 Jul 2011) Log Message: ----------- Remove unnecessary white space Modified Paths: -------------- trunk/WorkOrderEntry.php Modified: trunk/WorkOrderEntry.php =================================================================== --- trunk/WorkOrderEntry.php 2011-07-22 13:45:57 UTC (rev 6839) +++ trunk/WorkOrderEntry.php 2011-07-22 19:19:31 UTC (rev 6840) @@ -577,10 +577,10 @@ </select> <td><?php echo _('Enter text extracts in the'); ?> <b><?php echo _('description'); ?></b>:</td> -<td><input type="Text" name="Keywords" size=20 maxlength=25 value=" <?php if (isset($_POST['Keywords'])) echo $_POST['Keywords']; ?>"></td></tr> +<td><input type="Text" name="Keywords" size=20 maxlength=25 value="<?php if (isset($_POST['Keywords'])) echo $_POST['Keywords']; ?>"></td></tr> <tr><td></td> <td><font SIZE 3><b><?php echo _('OR'); ?> </b></font><?php echo _('Enter extract of the'); ?> <b><?php echo _('Stock Code'); ?></b>:</td> - <td><input type="Text" name="StockCode" size=15 maxlength=18 value=" <?php if (isset($_POST['StockCode'])) echo $_POST['StockCode']; ?>"></td> + <td><input type="Text" name="StockCode" size=15 maxlength=18 value="<?php if (isset($_POST['StockCode'])) echo $_POST['StockCode']; ?>"></td> </tr> </table> <br /><div class="centre"><input type="submit" name="Search" value=" <?php echo _('Search Now'); ?>" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |