[Weberp-svn] SF.net SVN: weberp:[8338] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-11-25 16:24:07
|
Revision: 8338 http://weberp.svn.sourceforge.net/weberp/?rev=8338&view=rev Author: tim_schofield Date: 2011-11-25 16:24:01 +0000 (Fri, 25 Nov 2011) Log Message: ----------- Correct gettext() functions Modified Paths: -------------- trunk/PDFRemittanceAdvice.php trunk/css/aguapop/default.css Modified: trunk/PDFRemittanceAdvice.php =================================================================== --- trunk/PDFRemittanceAdvice.php 2011-11-25 14:06:42 UTC (rev 8337) +++ trunk/PDFRemittanceAdvice.php 2011-11-25 16:24:01 UTC (rev 8338) @@ -44,7 +44,7 @@ include('includes/PDFStarter.php'); $pdf->addInfo('Title',_('Remmitance Advice')); - $pdf->addInfo('Subject',_('Remittance Advice') . ' - ' . _('suppliers from') . ' ' . $_POST['FromCriteria'] . ' to ' . $_POST['ToCriteria'] . ' ' . _('and Paid On') . ' ' . $_POST['PaymentDate']); + $pdf->addInfo('Subject',_('Remittance Advice') . ' - ' . _('suppliers from') . ' ' . $_POST['FromCriteria'] . ' ' . _('to') . ' ' . $_POST['ToCriteria'] . ' ' . _('and Paid On') . ' ' . $_POST['PaymentDate']); $line_height=12; Modified: trunk/css/aguapop/default.css =================================================================== --- trunk/css/aguapop/default.css 2011-11-25 14:06:42 UTC (rev 8337) +++ trunk/css/aguapop/default.css 2011-11-25 16:24:01 UTC (rev 8338) @@ -29,8 +29,8 @@ padding: 36px 0px 0px 0px;/*fred: limiting the body will keep the elements from wandering on full page views and distorting the looks. It should still work on netbooks with 1024x600 resolution.*/ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9px; - - + + } img { @@ -204,7 +204,7 @@ font.header_title { font-size: 14px; font-weight: bold; - + } #topMenu { @@ -460,11 +460,11 @@ } .main_menu_selected a{ - + } .main_menu_selected a:hover{ - + } span.main_menu_nolink { @@ -621,7 +621,7 @@ #footer { background: url(images/footer.png) bottom no-repeat; - width: 99%; + width: 960px; margin-left: 0px; padding-bottom: 13px; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |