From: <dai...@us...> - 2011-07-05 10:36:20
|
Revision: 4624 http://web-erp.svn.sourceforge.net/web-erp/?rev=4624&view=rev Author: daintree Date: 2011-07-05 10:36:13 +0000 (Tue, 05 Jul 2011) Log Message: ----------- </br> changed to <br /> Modified Paths: -------------- trunk/BOMExtendedQty.php trunk/BOMIndented.php trunk/BOMIndentedReverse.php trunk/GLBudgets.php trunk/InventoryQuantities.php trunk/MRP.php trunk/MRPCalendar.php trunk/MRPCreateDemands.php trunk/MRPPlannedWorkOrders.php trunk/MRPReschedules.php trunk/PricesByCost.php trunk/ReorderLevel.php trunk/ReorderLevelLocation.php trunk/StockTransfers.php trunk/locale/de_DE.utf8/LC_MESSAGES/messages.mo trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po Modified: trunk/BOMExtendedQty.php =================================================================== --- trunk/BOMExtendedQty.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/BOMExtendedQty.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -82,7 +82,7 @@ AND bom.effectiveto >= NOW() AND bom.effectiveafter <= NOW()"; $result = DB_query($sql,$db); - //echo "</br>sql is $sql</br>"; + //echo "<br />sql is $sql<br />"; // This while routine finds the other levels as long as $ComponentCounter - the // component counter finds there are more components that are used as // assemblies at lower levels @@ -258,7 +258,7 @@ echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/maintenance.png" title="' . _('Search') . '" alt="" />' . ' ' . $title.'</p><br />'; - echo '</br></br><form action=' . $_SERVER['PHP_SELF'] . ' method="post"><table class="selection">'; + echo '<br /><br /><form action=' . $_SERVER['PHP_SELF'] . ' method="post"><table class="selection">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<tr><td>' . _('Part') . ':</td> <td><input type ="text" name="Part" size="20">'; @@ -276,8 +276,8 @@ <option value="no">' . _('Plain Print') . '</option> </select></td></tr>'; echo '</table> - </br> - </br> + <br /> + <br /> <div class="centre"> <br /><input type=submit name="PrintPDF" value="' . _('Print PDF') . '"> </div>'; Modified: trunk/BOMIndented.php =================================================================== --- trunk/BOMIndented.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/BOMIndented.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -79,7 +79,7 @@ AND bom.effectiveto >= NOW() AND bom.effectiveafter <= NOW()"; $result = DB_query($sql,$db); - //echo "</br>sql is $sql</br>"; + //echo "<br />sql is $sql<br />"; // This while routine finds the other levels as long as $ComponentCounter - the // component counter - finds there are more components that are used as // assemblies at lower levels @@ -245,8 +245,8 @@ include('includes/header.inc'); echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/maintenance.png" title="' . _('Search') . '" alt="" />' . ' ' . $title.'</p><br />'; - echo '</br> - </br> + echo '<br /> + <br /> <form action="' . $_SERVER['PHP_SELF'] . '" method="post"> <table class="selection">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; Modified: trunk/BOMIndentedReverse.php =================================================================== --- trunk/BOMIndentedReverse.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/BOMIndentedReverse.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -234,8 +234,8 @@ echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/maintenance.png" title="' . _('Search') . '" alt="" />' . ' ' . $title.'</p><br />'; - echo '</br> - </br> + echo '<br /> + <br /> <form action=' . $_SERVER['PHP_SELF'] . ' method="post"> <table class="selection">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; Modified: trunk/GLBudgets.php =================================================================== --- trunk/GLBudgets.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/GLBudgets.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -30,7 +30,7 @@ echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<table>'; -echo '</br><tr><td>'. _('Select GL Account'). ":</td><td><select name='SelectedAccount' +echo '<br /><tr><td>'. _('Select GL Account'). ":</td><td><select name='SelectedAccount' onChange='ReloadForm(selectaccount.Select)'>"; $SQL = "SELECT accountcode, @@ -68,7 +68,7 @@ echo '<br /><table><tr><td><input type="submit" name="Previous" value="' . _('Prev Account') . '"></td>'; echo '<td><input type="submit" name="Select" value="' . _('Select Account') . '"></td>'; echo '<td><input type="submit" name="Next" value="' . _('Next Account') . '"></td></tr>'; -echo '</table></br>'; +echo '</table><br />'; echo '</form>'; // End of account selection @@ -213,7 +213,7 @@ echo '<input type="hidden" name="SelectedAccount" value='.$SelectedAccount.'>'; echo '<script>defaultControl(document.form.1next);</script>'; - echo '</br><div class="centre"><input type="submit" name=update value="' . _('Update') . '"></div></form>'; + echo '<br /><div class="centre"><input type="submit" name=update value="' . _('Update') . '"></div></form>'; $SQL="SELECT MIN(periodno) FROM periods"; $result=DB_query($SQL,$db); Modified: trunk/InventoryQuantities.php =================================================================== --- trunk/InventoryQuantities.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/InventoryQuantities.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -146,7 +146,7 @@ echo '<div class="page_help_text">' . _('Use this report to display the quantity of Inventory items in different categories.') . '</div><br />'; - echo '</br></br><form action="' . $_SERVER['PHP_SELF'] . '" method="post"><table>'; + echo '<br /><br /><form action="' . $_SERVER['PHP_SELF'] . '" method="post"><table>'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<table class="selection"><tr><td>'; echo '<tr><td>' . _('Selection') . ':</td><td><select name="Selection">'; Modified: trunk/MRP.php =================================================================== --- trunk/MRP.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/MRP.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -13,8 +13,8 @@ } // MRP - Create levels table based on bom - echo '</br>' ._('Start time') . ': ' . date('h:i:s') . '</br>'; - echo '</br>' . _('Initialising tables .....') . '</br>'; + echo '<br />' ._('Start time') . ': ' . date('h:i:s') . '<br />'; + echo '<br />' . _('Initialising tables .....') . '<br />'; flush(); $result = DB_query("DROP TABLE IF EXISTS tempbom",$db); $result = DB_query("DROP TABLE IF EXISTS passbom",$db); @@ -59,7 +59,7 @@ FROM bom LEFT JOIN bom as bom2 ON bom.parent = bom2.component WHERE bom2.component IS NULL"; $result = DB_query($sql,$db); - //echo "</br>sql is $sql</br>"; + //echo "<br />sql is $sql<br />"; // This while routine finds the other levels as long as $compctr - the // component counter - finds there are more components that are used as // assemblies at lower levels @@ -584,7 +584,7 @@ echo '<td><input type="checkbox" name="pansizeflag" value="y" checked></td></tr>'; echo '<tr><td>' ._('Use Shrinkage?') . ':</td>'; echo '<td><input type="checkbox" name="shrinkageflag" value="y" checked></td></tr>'; - echo '</table></td></tr></table><div class="centre"></br></br><input type="submit" name="submit" value="' . _('Run MRP') . '"></div>'; + echo '</table></td></tr></table><div class="centre"><br /><br /><input type="submit" name="submit" value="' . _('Run MRP') . '"></div>'; echo '</form>'; } // End of Main program logic ------------------------------------------------------- @@ -594,7 +594,7 @@ // Create an array of mrprequirements and an array of mrpsupplies, then read through // them seeing if all requirements are covered by supplies. Create a planned order // for any unmet requirements. Change dates if necessary for the supplies. - //echo '</br>Part is ' . "$part" . '</br>'; + //echo '<br />Part is ' . "$part" . '<br />'; // Get decimal places from stockmaster for rounding of shrinkage factor $sql = "SELECT decimalplaces FROM stockmaster WHERE stockid = '" . $part . "'"; Modified: trunk/MRPCalendar.php =================================================================== --- trunk/MRPCalendar.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/MRPCalendar.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -210,7 +210,7 @@ $ErrMsg = _('The SQL to find the parts selected failed with the message'); $result = DB_query($sql,$db,$ErrMsg); - echo '</br><table class="selection"> + echo '<br /><table class="selection"> <tr bgcolor ="#800000"> <th>' . _('Date') . '</th> <th>' . _('Manufacturing Date') . '</th> @@ -231,7 +231,7 @@ } //END WHILE LIST LOOP echo '</table>'; - echo '</br></br>'; + echo '<br /><br />'; unset ($ChangeDate); display($db,$ChangeDate); Modified: trunk/MRPCreateDemands.php =================================================================== --- trunk/MRPCreateDemands.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/MRPCreateDemands.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -61,7 +61,7 @@ " . $WhereLocation . " " . $WhereCategory . " GROUP BY salesorderdetails.stkcode"; -//echo "</br>$sql</br>"; +//echo "<br />$sql<br />"; $result = DB_query($sql,$db); // To get the quantity per period, get the whole number amount of the total quantity divided // by the number of periods and also get the remainder from that calculation. Put the whole Modified: trunk/MRPPlannedWorkOrders.php =================================================================== --- trunk/MRPPlannedWorkOrders.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/MRPPlannedWorkOrders.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -315,7 +315,7 @@ echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/inventory.png" title="' . _('Inventory') . '" alt="" />' . ' ' . $title . '</p>'; - echo '</br></br><form action="' . $_SERVER['PHP_SELF'] . '" method="post"><table class="selection">'; + echo '<br /><br /><form action="' . $_SERVER['PHP_SELF'] . '" method="post"><table class="selection">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<tr><td>' . _('Consolidation') . ':</td><td><select name="Consolidation">'; Modified: trunk/MRPReschedules.php =================================================================== --- trunk/MRPReschedules.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/MRPReschedules.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -124,7 +124,7 @@ echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/inventory.png" title="' . _('Stock') . '" alt="" />' . ' ' . $title . '</p>'; - echo '</br></br><form action="' . $_SERVER['PHP_SELF'] . '" method="post"> + echo '<br /><br /><form action="' . $_SERVER['PHP_SELF'] . '" method="post"> <table class=selection>'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<tr><td>' . _('Print Option') . ':</td><td><select name="Fill">'; Modified: trunk/PricesByCost.php =================================================================== --- trunk/PricesByCost.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/PricesByCost.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -227,7 +227,7 @@ } } 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 '</br></br><form action="' . $_SERVER['PHP_SELF'] . '" method="post"><table class=selection>'; + echo '<br /><br /><form action="' . $_SERVER['PHP_SELF'] . '" method="post"><table class=selection>'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; $SQL = "SELECT categoryid, categorydescription @@ -280,7 +280,7 @@ DB_data_seek($result, 0); echo '</select></td></tr>'; echo '</table> - </br><p><div class="centre"><input type="submit" name="submit" value="' . _('Submit') . '"></div></p>'; + <br /><p><div class="centre"><input type="submit" name="submit" value="' . _('Submit') . '"></div></p>'; } /*end of else not submit */ include ('includes/footer.inc'); ?> \ No newline at end of file Modified: trunk/ReorderLevel.php =================================================================== --- trunk/ReorderLevel.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/ReorderLevel.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -161,7 +161,7 @@ echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/inventory.png" title="' . _('Inventory') . '" alt="" />' . ' ' . _('Inventory Reorder Level Report') . '</p>'; echo '<div class="page_help_text">' . _('Use this report to display the reorder levels for Inventory items in different categories.') . '</div><br />'; - echo '</br></br><form action=' . $_SERVER['PHP_SELF'] . ' method="post"><table>'; + echo '<br /><br /><form action=' . $_SERVER['PHP_SELF'] . ' method="post"><table>'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; $sql = "SELECT loccode, locationname Modified: trunk/ReorderLevelLocation.php =================================================================== --- trunk/ReorderLevelLocation.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/ReorderLevelLocation.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -162,7 +162,7 @@ echo '<div class="page_help_text">' . _('Use this report to display the reorder levels for Inventory items in different categories.') . '</div><br />'; - echo '</br></br><form action="' . $_SERVER['PHP_SELF'] . '" method="post"><table>'; + echo '<br /><br /><form action="' . $_SERVER['PHP_SELF'] . '" method="post"><table>'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; $sql = "SELECT loccode, locationname @@ -203,7 +203,7 @@ echo '<option value="2">'. _('Code') . '</option>'; echo '</select></td></tr>'; - echo '</table></br><p><div class="centre"><input type=submit name="submit" value="' . _('Submit') . '"></div></p>'; + echo '</table><br /><p><div class="centre"><input type=submit name="submit" value="' . _('Submit') . '"></div></p>'; } /*end of else not submit */ include('includes/footer.inc'); Modified: trunk/StockTransfers.php =================================================================== --- trunk/StockTransfers.php 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/StockTransfers.php 2011-07-05 10:36:13 UTC (rev 4624) @@ -424,7 +424,7 @@ $Result = DB_Txn_Commit($db); prnMsg(_('An inventory transfer of').' ' . $_SESSION['Transfer']->TransferItem[0]->StockID . ' - ' . $_SESSION['Transfer']->TransferItem[0]->ItemDescription . ' '. _('has been created from').' ' . $_SESSION['Transfer']->StockLocationFrom . ' '. _('to') . ' ' . $_SESSION['Transfer']->StockLocationTo . ' '._('for a quantity of').' ' . $_SESSION['Transfer']->TransferItem[0]->Quantity,'success'); - echo '</br><a href="PDFStockTransfer.php?TransferNo='.$TransferNumber.'">' . _('Print Transfer Note') . '</a>'; + echo '<br /><a href="PDFStockTransfer.php?TransferNo='.$TransferNumber.'">' . _('Print Transfer Note') . '</a>'; unset ($_SESSION['Transfer']); include ('includes/footer.inc'); exit; Modified: trunk/locale/de_DE.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po 2011-07-05 10:27:25 UTC (rev 4623) +++ trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po 2011-07-05 10:36:13 UTC (rev 4624) @@ -35232,7 +35232,7 @@ #: includes/DefineLabelClass.php:40 msgid "Max text<br />length" -msgstr "Maximale</br>Textlänge" +msgstr "Maximale<br />Textlänge" #: includes/DefineLabelClass.php:41 msgid "Font size" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |