From: <rc...@us...> - 2015-08-13 18:51:09
|
Revision: 7338 http://sourceforge.net/p/web-erp/reponame/7338 Author: rchacon Date: 2015-08-13 18:51:07 +0000 (Thu, 13 Aug 2015) Log Message: ----------- Modified Paths: -------------- trunk/AnalysisHorizontalPosition.php Modified: trunk/AnalysisHorizontalPosition.php =================================================================== --- trunk/AnalysisHorizontalPosition.php 2015-08-13 18:41:48 UTC (rev 7337) +++ trunk/AnalysisHorizontalPosition.php 2015-08-13 18:51:07 UTC (rev 7338) @@ -82,7 +82,7 @@ </table> <br />', // Form buttons: '<div class="centre noprint">', - '<button name="ShowPL" type="submit" value="', _('Show on Screen (HTML)'), '"><img alt="" src="', $RootPath, '/css/', $Theme, + '<button name="ShowBalanceSheet" type="submit" value="', _('Show on Screen (HTML)'), '"><img alt="" src="', $RootPath, '/css/', $Theme, '/images/gl.png" /> ', _('Show on Screen (HTML)'), '</button> ', // "Show on Screen (HTML)" button. '<button formaction="index.php?Application=GL" type="submit"><img alt="" src="', $RootPath, '/css/', $Theme, '/images/previous.png" /> ', _('Return'), '</button>', // "Return" button. @@ -411,8 +411,7 @@ echo '<br />', '<form method="post" action="', htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8'), '">', '<input type="hidden" name="FormID" value="', $_SESSION['FormID'], '" />', - '<input type="hidden" name="FromPeriod" value="', $_POST['FromPeriod'], '" />', - '<input type="hidden" name="ToPeriod" value="', $_POST['ToPeriod'], '" />', // Form buttons: + '<input type="hidden" name="BalancePeriodEnd" value="', $_POST['BalancePeriodEnd'], '" />', // Form buttons: '<div class="centre noprint">', '<button onclick="javascript:window.print()" type="button"><img alt="" src="', $RootPath, '/css/', $Theme, '/images/printer.png" /> ', _('Print This'), '</button> ', // "Print This" button. |