From 07b040a8eb05daa8360350648f53bfca1c7d9589 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Sep 2017 16:31:44 +0200 Subject: [PATCH] Save space --- htdocs/public/onlinesign/newonlinesign.php | 4 ++-- htdocs/public/paybox/newpayment.php | 4 ++-- htdocs/public/payment/newpayment.php | 4 ++-- htdocs/public/paypal/newpayment.php | 4 ++-- htdocs/public/stripe/newpayment.php | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/htdocs/public/onlinesign/newonlinesign.php b/htdocs/public/onlinesign/newonlinesign.php index dc81934dd95..63617076a1b 100644 --- a/htdocs/public/onlinesign/newonlinesign.php +++ b/htdocs/public/onlinesign/newonlinesign.php @@ -205,8 +205,8 @@ if (! empty($conf->global->ONLINE_SIGN_NEWFORM_TEXT)) } if (empty($text)) { - $text.='
'.$langs->trans("WelcomeOnOnlineSignaturePage").'
'."\n"; - $text.='
'.$langs->trans("ThisScreenAllowsYouToSignDocFrom",$creditor).'

'."\n"; + $text.='
'.$langs->trans("WelcomeOnOnlineSignaturePage").''."\n"; + $text.=''.$langs->trans("ThisScreenAllowsYouToSignDocFrom",$creditor).'

'."\n"; } print $text; diff --git a/htdocs/public/paybox/newpayment.php b/htdocs/public/paybox/newpayment.php index 22d2e4ddc00..0d8e930c95c 100644 --- a/htdocs/public/paybox/newpayment.php +++ b/htdocs/public/paybox/newpayment.php @@ -243,8 +243,8 @@ if (! empty($conf->global->PAYMENT_NEWFORM_TEXT)) } if (empty($text)) { - $text.='
'.$langs->trans("WelcomeOnPaymentPage").'
'."\n"; - $text.='
'.$langs->trans("ThisScreenAllowsYouToPay",$creditor).'

'."\n"; + $text.='
'.$langs->trans("WelcomeOnPaymentPage").''."\n"; + $text.=''.$langs->trans("ThisScreenAllowsYouToPay",$creditor).'

'."\n"; } print $text; diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php index 620ac797818..1bf86f9ffbc 100644 --- a/htdocs/public/payment/newpayment.php +++ b/htdocs/public/payment/newpayment.php @@ -594,8 +594,8 @@ if (! empty($conf->global->PAYMENT_NEWFORM_TEXT)) } if (empty($text)) { - $text.='
'.$langs->trans("WelcomeOnPaymentPage").'
'."\n"; - $text.='
'.$langs->trans("ThisScreenAllowsYouToPay",$creditor).'

'."\n"; + $text.='
'.$langs->trans("WelcomeOnPaymentPage").''."\n"; + $text.=''.$langs->trans("ThisScreenAllowsYouToPay",$creditor).'

'."\n"; } print $text; diff --git a/htdocs/public/paypal/newpayment.php b/htdocs/public/paypal/newpayment.php index efbe9b1b682..310f553269b 100644 --- a/htdocs/public/paypal/newpayment.php +++ b/htdocs/public/paypal/newpayment.php @@ -348,8 +348,8 @@ if (! empty($conf->global->PAYMENT_NEWFORM_TEXT)) } if (empty($text)) { - $text.='
'.$langs->trans("WelcomeOnPaymentPage").'
'."\n"; - $text.='
'.$langs->trans("ThisScreenAllowsYouToPay",$creditor).'

'."\n"; + $text.='
'.$langs->trans("WelcomeOnPaymentPage").''."\n"; + $text.=''.$langs->trans("ThisScreenAllowsYouToPay",$creditor).'

'."\n"; } print $text; diff --git a/htdocs/public/stripe/newpayment.php b/htdocs/public/stripe/newpayment.php index e12cb194c4d..f74e7bd0295 100644 --- a/htdocs/public/stripe/newpayment.php +++ b/htdocs/public/stripe/newpayment.php @@ -411,8 +411,8 @@ if (! empty($conf->global->PAYMENT_NEWFORM_TEXT)) } if (empty($text)) { - $text.='
'.$langs->trans("WelcomeOnPaymentPage").'
'."\n"; - $text.='
'.$langs->trans("ThisScreenAllowsYouToPay",$creditor).'

'."\n"; + $text.='
'.$langs->trans("WelcomeOnPaymentPage").''."\n"; + $text.=''.$langs->trans("ThisScreenAllowsYouToPay",$creditor).'

'."\n"; } print $text;