From: <tim...@us...> - 2010-03-01 07:45:49
|
Revision: 3360 http://web-erp.svn.sourceforge.net/web-erp/?rev=3360&view=rev Author: tim_schofield Date: 2010-03-01 07:45:42 +0000 (Mon, 01 Mar 2010) Log Message: ----------- Harald: PcExpensesTypeTabv.php - Missing space, and bad end tag Modified Paths: -------------- trunk/PcExpensesTypeTab.php trunk/doc/Change.log.html Modified: trunk/PcExpensesTypeTab.php =================================================================== --- trunk/PcExpensesTypeTab.php 2010-03-01 07:43:25 UTC (rev 3359) +++ trunk/PcExpensesTypeTab.php 2010-03-01 07:45:42 UTC (rev 3360) @@ -126,7 +126,7 @@ //end of ifs and buts! if (isset($_POST['process'])OR isset($SelectedTabs)) { - echo '<p><div class="centre"><a href="' . $_SERVER['PHP_SELF'] . '?' . SID . '">' . _('Expense Codes for Type of Tab ') . '' .$SelectedTabs. '<a/></div><p>'; + echo '<p><div class="centre"><a href="' . $_SERVER['PHP_SELF'] . '?' . SID . '">' . _('Expense Codes for Type of Tab ') . ' ' .$SelectedTabs. '</a></div><p>'; $sql = "SELECT pctabexpenses.codeexpense, pcexpenses.description FROM pctabexpenses,pcexpenses Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-03-01 07:43:25 UTC (rev 3359) +++ trunk/doc/Change.log.html 2010-03-01 07:45:42 UTC (rev 3360) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>01/03/10 Harald: PcExpensesTypeTabv.php - Missing space, and bad end tag</p> <p>01/03/10 Harald: PcExpensesTypeTabv.php - Missing Gettext function</p> <p>01/03/10 Tim: PcAuthorizeExpenses.php - Remove blank line at the start of file, and correct for instance where $SelectedTabs is not set</p> <p>20/02/10 Lindsay: Bug fix and better description for API functions for SalesInvoiceEntry/Modify</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |