From 7e8ec1688fce8359cf5b9142530471717606e23b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 6 Sep 2011 07:33:35 +0000 Subject: [PATCH] Fix: more visible --- htdocs/paypal/admin/paypal.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php index c4caecc4262..3ee4c00f360 100644 --- a/htdocs/paypal/admin/paypal.php +++ b/htdocs/paypal/admin/paypal.php @@ -262,7 +262,7 @@ $token=''; // Url list print ''.$langs->trans("FollowingUrlAreAvailableToMakePayments").':
'; print img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePaymentOnFreeAmount",$servicename).':
'; -print ''.getPaypalPaymentUrl(1,'free')."
\n"; +print ''.getPaypalPaymentUrl(1,'free')."

\n"; if ($conf->commande->enabled) { print img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePaymentOnOrder",$servicename).':
'; @@ -276,13 +276,14 @@ if ($conf->commande->enabled) print ''; if (GETPOST('generate_order_ref')) { - print ' -> '; + print '
-> '; $url=getPaypalPaymentUrl(0,'order',GETPOST('generate_order_ref')); print $url; print "
\n"; } print ''; } + print '
'; } if ($conf->facture->enabled) { @@ -297,13 +298,14 @@ if ($conf->facture->enabled) print ''; if (GETPOST('generate_invoice_ref')) { - print ' -> '; + print '
-> '; $url=getPaypalPaymentUrl(0,'invoice',GETPOST('generate_invoice_ref')); print $url; print "
\n"; } print ''; } + print '
'; } if ($conf->contrat->enabled) { @@ -318,13 +320,14 @@ if ($conf->contrat->enabled) print ''; if (GETPOST('generate_contract_ref')) { - print ' -> '; + print '
-> '; $url=getPaypalPaymentUrl(0,'contractline',GETPOST('generate_contract_ref')); print $url; print "
\n"; } print ''; } + print '
'; } if ($conf->adherent->enabled) { @@ -339,7 +342,7 @@ if ($conf->adherent->enabled) print ''; if (GETPOST('generate_member_ref')) { - print ' -> '; + print '
-> '; $url=getPaypalPaymentUrl(0,'membersubscription',GETPOST('generate_member_ref')); print $url; print "
\n";