From: <tim...@us...> - 2010-09-24 16:15:40
|
Revision: 3770 http://web-erp.svn.sourceforge.net/web-erp/?rev=3770&view=rev Author: tim_schofield Date: 2010-09-24 16:15:34 +0000 (Fri, 24 Sep 2010) Log Message: ----------- Layout changes and improvements and bug fixes Modified Paths: -------------- trunk/SelectCustomer.php trunk/doc/Change.log.html Modified: trunk/SelectCustomer.php =================================================================== --- trunk/SelectCustomer.php 2010-09-24 16:09:17 UTC (rev 3769) +++ trunk/SelectCustomer.php 2010-09-24 16:15:34 UTC (rev 3770) @@ -20,7 +20,7 @@ $_POST['CustAdd']=''; $_POST['CustType']=''; } -echo '<p class="page_title_text"><img src="' . $rootpath . '/css/' . $theme . '/images/customer.png" title="' . _('Customer') . '" alt="">' . ' ' . _('Customers') . ''; +echo '<p class="page_title_text"><img src="' . $rootpath . '/css/' . $theme . '/images/customer.png" title="' . _('Customer') . '" alt="">' . ' ' . _('Customers') . '</p>'; if (!isset($_SESSION['CustomerType'])) { //initialise if not already done $_SESSION['CustomerType'] = ""; } @@ -275,7 +275,7 @@ echo '<p class="page_title_text"><img src="' . $rootpath . '/css/' . $theme . '/images/customer.png" title="' . _('Customer') . '" alt="">' . ' ' . _('Customer') . ' : ' . $_SESSION['CustomerID'] . ' - ' . $CustomerName . ' - ' . $phone . _(' has been selected') . '</p>'; echo '<div class="page_help_text">' . _('Select a menu option to operate using this customer') . '.</div><br>'; $_POST['Select'] = NULL; - echo '<table cellpadding=4 width=90%><tr><th width=33%>' . _('Customer Inquiries') . '</th> + echo '<table cellpadding=4 width=90% class=selection><tr><th width=33%>' . _('Customer Inquiries') . '</th> <th width=33%>' . _('Customer Transactions') . '</th> <th width=33%>' . _('Customer Maintenance') . '</th></tr>'; echo '<tr><td valign=top class="select">'; @@ -450,7 +450,7 @@ <input type=submit name="Next" value="' . _('Next') . '">'; echo '</div>'; } - echo '<br><table cellpadding=2 colspan=7>'; + echo '<br><table cellpadding=2 colspan=7 class=selection>'; $TableHeader = '<tr> <th>' . _('Code') . '</th> <th>' . _('Customer Name') . '</th> Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-09-24 16:09:17 UTC (rev 3769) +++ trunk/doc/Change.log.html 2010-09-24 16:15:34 UTC (rev 3770) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>24/09/10 Tim: SelectCustomer.php - Layout changes and improvements and bug fixes</p> <p>24/09/10 Tim: SelectCreditItems.php - SQL quoting corrections and layout changes and improvements and bug fixes</p> <p>23/09/10 Tim: SelectAssetType.php - SQL quoting corrections and layout changes and improvements</p> <p>23/09/10 Tim: SalesTypes.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. |