From: <tim...@us...> - 2010-09-28 09:00:43
|
Revision: 3813 http://web-erp.svn.sourceforge.net/web-erp/?rev=3813&view=rev Author: tim_schofield Date: 2010-09-28 09:00:37 +0000 (Tue, 28 Sep 2010) Log Message: ----------- Layout changes and improvements Modified Paths: -------------- trunk/SuppPriceList.php trunk/doc/Change.log.html Modified: trunk/SuppPriceList.php =================================================================== --- trunk/SuppPriceList.php 2010-09-27 21:28:29 UTC (rev 3812) +++ trunk/SuppPriceList.php 2010-09-28 09:00:37 UTC (rev 3813) @@ -203,7 +203,7 @@ $sql = "SELECT supplierid,suppname FROM `suppliers`"; $result = DB_query($sql,$db); - echo '<table>'; + echo '<table class=selection>'; echo '<tr><td>' . _('Supplier') . ':</td><td><select name="supplier"> '; while ($myrow=DB_fetch_array($result)){ if (isset($_POST['supplierid']) and ($myrow['supplierid'] == $_POST['supplierid'])) { Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-09-27 21:28:29 UTC (rev 3812) +++ trunk/doc/Change.log.html 2010-09-28 09:00:37 UTC (rev 3813) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>28/09/10 Tim: SuppPriceList.php - Layout changes and improvements</p> <p>27/09/10 Tim: SuppPaymentRun.php - SQL quoting corrections and layout changes and improvements</p> <p>27/09/10 Tim: SuppLoginSetup.php - SQL quoting corrections and layout changes and improvements</p> <p>27/09/10 Tim: SupplierTypes.php - SQL quoting corrections and layout changes and improvements</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |