From: <ja...@us...> - 2009-11-09 16:20:59
|
Revision: 2916 http://web-erp.svn.sourceforge.net/web-erp/?rev=2916&view=rev Author: javier7 Date: 2009-11-09 16:20:52 +0000 (Mon, 09 Nov 2009) Log Message: ----------- PO_Header.php - v1.33 Added gettext function at Line 544 and Id SVN Property. Modified Paths: -------------- trunk/PO_Header.php trunk/doc/Change.log.html Property Changed: ---------------- trunk/PO_Header.php Modified: trunk/PO_Header.php =================================================================== --- trunk/PO_Header.php 2009-11-09 15:07:59 UTC (rev 2915) +++ trunk/PO_Header.php 2009-11-09 16:20:52 UTC (rev 2916) @@ -1,6 +1,7 @@ <?php -/* $Revision: 1.32 $ */ +/* $Id$ */ +/* $Revision: 1.33 $ */ /* * PO_Header.php @@ -538,8 +539,8 @@ $_SESSION['PO'.$identifier]->port = $_POST['port']; } else { prnMsg( _('You do not have the authority to raise Purchase Orders for '). - '<br>'.$SupplierName.'. '._('Please Consult your system administrator for more information').'. ' - ._('You can setup authorisations ').'<a href=PO_AuthorisationLevels.php>here: </a>', 'warn'); + $SupplierName.'. '._('Please Consult your system administrator for more information').'. ' + ._('You can setup authorisations ').'<a href=PO_AuthorisationLevels.php>'._('here:').' </a>', 'warn'); include('includes/footer.inc'); exit; } @@ -1144,4 +1145,4 @@ echo '</form>'; include('includes/footer.inc'); -?> \ No newline at end of file +?> Property changes on: trunk/PO_Header.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2009-11-09 15:07:59 UTC (rev 2915) +++ trunk/doc/Change.log.html 2009-11-09 16:20:52 UTC (rev 2916) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p> +<p>09/11/09 Javier: PO_Header.php - v1.33 Added gettext function at Line 544 and Id SVN Property. <p>09/11/09 Javier: messages.pot - update of gettext en_GB template file for translations. <p>09/11/09 Javier: CustomerReceipt.php - v1.46 Add in Id SVN Property. <p>09/11/09 Javier: CustomerReceipt.php - v1.45 Removed br at Line 783 from html table first column title. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |