From: <tim...@us...> - 2010-06-16 08:23:33
|
Revision: 3497 http://web-erp.svn.sourceforge.net/web-erp/?rev=3497&view=rev Author: tim_schofield Date: 2010-06-16 08:23:27 +0000 (Wed, 16 Jun 2010) Log Message: ----------- Tim: SelectProduct.php - Layout improvements Modified Paths: -------------- trunk/SelectProduct.php trunk/doc/Change.log.html Modified: trunk/SelectProduct.php =================================================================== --- trunk/SelectProduct.php 2010-06-16 08:14:06 UTC (rev 3496) +++ trunk/SelectProduct.php 2010-06-16 08:23:27 UTC (rev 3497) @@ -70,7 +70,7 @@ $Its_A_Labour_Item = false; echo '<table width="90%"><tr><th colspan=3><img src="' . $rootpath . '/css/' . $theme . '/images/inventory.png" title="' . _('Inventory') . '" alt=""><b>' . ' ' . $StockID . ' - ' . $myrow['description'] . '</th></tr></b>'; echo '<tr><td width="40%" valign="top"> - <table>'; //nested table + <table align=left>'; //nested table echo '<tr><th class=number>' . _('Item Type:') . '</th><td colspan=2 class=select>'; switch ($myrow['mbflag']) { case 'A': @@ -177,7 +177,7 @@ } //end of if PricesSecuirty allows viewing of prices echo '</table>'; //end of first nested table // Item Category Property mod: display the item properties - echo '<table>'; + echo '<table align=left>'; $CatValResult = DB_query("SELECT categoryid FROM stockmaster WHERE stockid='" . $StockID . "'", $db); @@ -230,7 +230,7 @@ $PropertyCounter++; } //end loop round properties for the item category echo '</table>'; //end of Item Category Property mod -echo '<td width="15%"> +echo '<td style="width: 15%; vertical-align: top"> <table>'; //nested table to show QOH/orders $QOH = 0; switch ($myrow['mbflag']) { Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-06-16 08:14:06 UTC (rev 3496) +++ trunk/doc/Change.log.html 2010-06-16 08:23:27 UTC (rev 3497) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>16/06/10 Tim: SelectProduct.php - Layout improvements</p> <p>16/06/10 Tim: Customers.php - Correctly show fax and phone numbers</p> <p>16/06/10 Tim: CustloginSetup.php - Improvements to layout, and correctly get customer name</p> <p>13/06/10 Simon Peter Otandeka: GoodsReceived.php - Correct sql syntax to work for mysql versions before 5.1</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |