From: <tim...@us...> - 2010-07-04 21:59:30
|
Revision: 3554 http://web-erp.svn.sourceforge.net/web-erp/?rev=3554&view=rev Author: tim_schofield Date: 2010-07-04 21:59:23 +0000 (Sun, 04 Jul 2010) Log Message: ----------- Minor layout changes Modified Paths: -------------- trunk/BOMListing.php trunk/doc/Change.log.html Modified: trunk/BOMListing.php =================================================================== --- trunk/BOMListing.php 2010-07-03 21:46:19 UTC (rev 3553) +++ trunk/BOMListing.php 2010-07-04 21:59:23 UTC (rev 3554) @@ -130,7 +130,7 @@ /*if $FromCriteria is not set then show a form to allow input */ - echo '<form action=' . $_SERVER['PHP_SELF'] . " method='POST'><table>"; + echo '<form action=' . $_SERVER['PHP_SELF'] . " method='POST'><table class=selection>"; echo '<tr><td>' . _('From Inventory Part Code') . ':' . "</font></td><td><input tabindex='1' type=text name=FromCriteria size=20 maxlength=20 VALUE='1'></td></tr>"; @@ -144,4 +144,4 @@ } /*end of else not PrintPDF */ -?> \ No newline at end of file +?> Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-07-03 21:46:19 UTC (rev 3553) +++ trunk/doc/Change.log.html 2010-07-04 21:59:23 UTC (rev 3554) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>03/07/10 Tim: BOMListing.php - Minor layout changes </p> <p>03/07/10 Tim: BOMInquiry.php - Minor bug fixes and layout changes </p> <p>03/07/10 Tim: BOMIndentedReverse.php - Layout changes </p> <p>03/07/10 Tim: BOMIndented.php - Layout changes </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |