From: <tim...@us...> - 2010-09-23 19:29:33
|
Revision: 3768 http://web-erp.svn.sourceforge.net/web-erp/?rev=3768&view=rev Author: tim_schofield Date: 2010-09-23 19:29:27 +0000 (Thu, 23 Sep 2010) Log Message: ----------- SQL quoting corrections and layout changes and improvements Modified Paths: -------------- trunk/SelectAssetType.php trunk/doc/Change.log.html Modified: trunk/SelectAssetType.php =================================================================== --- trunk/SelectAssetType.php 2010-09-23 19:11:50 UTC (rev 3767) +++ trunk/SelectAssetType.php 2010-09-23 19:29:27 UTC (rev 3768) @@ -3,7 +3,7 @@ $PageSecurity = 2; $PricesSecurity = 9; include ('includes/session.inc'); -$title = _('Search Asset Types'); +$title = _('Select an Asset Type'); include ('includes/header.inc'); if (isset($_GET['StockID'])) { @@ -74,7 +74,7 @@ // options (links) to pages. This requires stock id also to be passed. } // end displaying item options if there is one and only one record echo '<form action="SelectAssetType.php?' . SID . '" method=post>'; -echo '<p class="page_title_text"><img src="' . $rootpath . '/css/' . $theme . '/images/magnifier.png" title="' . _('Search') . '" alt="">' . ' ' . _('Search for Inventory Items'); +echo '<p class="page_title_text"><img src="' . $rootpath . '/css/' . $theme . '/images/magnifier.png" title="' . _('Search') . '" alt="">' . ' ' . $title.'</p>'; echo '<table class=selection><tr>'; echo '<td>' . _('In Stock Category') . ':'; echo '<select name="StockCat">'; @@ -267,7 +267,7 @@ // echo '<input type=hidden name=Search value="Search">'; echo '<p></div>'; } - echo '<table cellpadding=2 colspan=7>'; + echo '<table cellpadding=2 colspan=7 class=selection>'; $tableheader = '<tr> <th>' . _('Code') . '</th> <th>' . _('Description') . '</th> Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-09-23 19:11:50 UTC (rev 3767) +++ trunk/doc/Change.log.html 2010-09-23 19:29:27 UTC (rev 3768) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></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> <p>23/09/10 Tim: SalesPeople.php - SQL quoting corrections and layout changes and improvements</p> <p>23/09/10 Tim: SalesGraph.php - Fix deprecated use of assigning by reference</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |