From: <dai...@us...> - 2012-02-24 09:39:04
|
Revision: 4964 http://web-erp.svn.sourceforge.net/web-erp/?rev=4964&view=rev Author: daintree Date: 2012-02-24 09:38:53 +0000 (Fri, 24 Feb 2012) Log Message: ----------- Modified Paths: -------------- trunk/PDFPrintLabel.php trunk/PricesByCost.php trunk/StockSerialItemResearch.php trunk/locale/en_US.utf8/LC_MESSAGES/messages.po Modified: trunk/PDFPrintLabel.php =================================================================== --- trunk/PDFPrintLabel.php 2012-02-24 09:37:00 UTC (rev 4963) +++ trunk/PDFPrintLabel.php 2012-02-24 09:38:53 UTC (rev 4964) @@ -174,7 +174,7 @@ <td><input type="text" class=date alt="'.$_SESSION['DefaultDateFormat'].'" name="EffectiveDate" size="11" maxlength="10" value="' . $_POST['EffectiveDate'] . '" /></td></tr>'; echo '<tr> <th colspan="2"> - <input type="submit" name="refresh" value="Refresh options" /> + <input type="submit" name="refresh" value="' . _('Refresh options') . '" /> </th>'; echo '<tr> <td colspan="2"> Modified: trunk/PricesByCost.php =================================================================== --- trunk/PricesByCost.php 2012-02-24 09:37:00 UTC (rev 4963) +++ trunk/PricesByCost.php 2012-02-24 09:38:53 UTC (rev 4964) @@ -226,7 +226,7 @@ echo '<p><div class="centre"><a href="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '">' . _('Back') . '<a/></div><p>'; } } else { /*The option to submit was not hit so display form */ - echo '<div class="page_help_text">' . _('Use this report to display price list with the cost.') . '</div><br />'; + echo '<div class="page_help_text">' . _('Prices can be displayed based on their relation to cost') . '</div><br />'; echo '<br /> <br /> <form action="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '" method="post"> Modified: trunk/StockSerialItemResearch.php =================================================================== --- trunk/StockSerialItemResearch.php 2012-02-24 09:37:00 UTC (rev 4963) +++ trunk/StockSerialItemResearch.php 2012-02-24 09:38:53 UTC (rev 4964) @@ -26,14 +26,14 @@ <form name="SerialNoResearch" method="post" action="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') .'">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; -echo _('Serial Number') .': <input ID="serialno" name="serialno" size="21" maxlength="20" value="'. $SerialNo . '" /> <input type="submit" name="submit" /> +echo _('Serial Number') .': <input ID="serialno" type="text" name="serialno" size="21" maxlength="20" value="'. $SerialNo . '" /> <input type="submit" name="submit" value="' . _('Search') . '" /> </div> <br /> </form>'; -echo '<SCRIPT> -document.getElementById("serialno").focus(); -</SCRIPT>'; +echo '<script> + document.getElementById("serialno").focus(); + </script>'; if ($SerialNo!='') { Modified: trunk/locale/en_US.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/en_US.utf8/LC_MESSAGES/messages.po 2012-02-24 09:37:00 UTC (rev 4963) +++ trunk/locale/en_US.utf8/LC_MESSAGES/messages.po 2012-02-24 09:38:53 UTC (rev 4964) @@ -19906,13 +19906,13 @@ #: PrintCustTransPortrait.php:1034 includes/PDFTransPageHeader.inc:15 #: includes/PDFTransPageHeaderPortrait.inc:17 msgid "TAX INVOICE" -msgstr "" +msgstr "INVOICE" #: PrintCustTrans.php:697 PrintCustTrans.php:930 PrintCustTrans.php:979 #: PrintCustTransPortrait.php:733 PrintCustTransPortrait.php:981 #: PrintCustTransPortrait.php:1036 includes/PDFTransPageHeaderPortrait.inc:19 msgid "TAX CREDIT NOTE" -msgstr "" +msgstr "CREDIT NOTE" #: PrintCustTrans.php:699 PrintCustTransPortrait.php:736 msgid "Tax Authority Ref" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |