Look and feel v6

This commit is contained in:
Laurent Destailleur 2017-05-15 10:39:14 +02:00
parent b3245fb455
commit f2aa0ea488
3 changed files with 11 additions and 9 deletions

View File

@ -212,7 +212,7 @@ print '</form>';
print '<br><br>';
print '<u>'.$langs->trans("FollowingUrlAreAvailableToMakePayments").':</u><br>';
print '<u>'.$langs->trans("FollowingUrlAreAvailableToMakePayments").':</u><br><br>';
print img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePaymentOnFreeAmount",$servicename).':<br>';
print '<b>'.DOL_MAIN_URL_ROOT.'/public/paybox/newpayment.php?amount=<i>9.99</i>&tag=<i>your_free_tag</i></b>'."<br>\n";
if (! empty($conf->commande->enabled))
@ -237,7 +237,6 @@ if (! empty($conf->adherent->enabled))
print '<b>'.DOL_MAIN_URL_ROOT.'/public/paybox/newpayment.php?source=membersubscription&ref=<i>member_ref</i></b>'."<br>\n";
}
print "<br>";
print info_admin($langs->trans("YouCanAddTagOnUrl"));
llxFooter();

View File

@ -175,7 +175,7 @@ print '<br>'.$langs->trans("Example").': ASsqXEmw4KzmX-CPChWSVDNCNfd.A3YNR7uz-Vn
print '</td></tr>';
print '<tr class="oddeven"><td class="fieldrequired">';
print '<tr class="oddeven"><td>';
print $langs->trans("PAYPAL_SSLVERSION").'</td><td>';
print $form->selectarray("PAYPAL_SSLVERSION",array('1'=> $langs->trans('TLSv1'),'6'=> $langs->trans('TLSv1.2')),$conf->global->PAYPAL_SSLVERSION);
print '</td></tr>';
@ -187,7 +187,7 @@ print '<td>'.$langs->trans("Value").'</td>';
print "</tr>\n";
print '<tr class="oddeven"><td class="fieldrequired">';
print '<tr class="oddeven"><td>';
print $langs->trans("PAYPAL_API_INTEGRAL_OR_PAYPALONLY").'</td><td>';
print $form->selectarray("PAYPAL_API_INTEGRAL_OR_PAYPALONLY",array('integral'=> $langs->trans('PaypalModeIntegral'),'paypalonly'=> $langs->trans('PaypalModeOnlyPaypal')),$conf->global->PAYPAL_API_INTEGRAL_OR_PAYPALONLY);
print '</td></tr>';
@ -296,7 +296,7 @@ $token='';
// Url list
print '<u>'.$langs->trans("FollowingUrlAreAvailableToMakePayments").':</u><br>';
print '<u>'.$langs->trans("FollowingUrlAreAvailableToMakePayments").':</u><br><br>';
print img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePaymentOnFreeAmount",$servicename).':<br>';
print '<strong>'.getPaypalPaymentUrl(1,'free')."</strong><br><br>\n";
if (! empty($conf->commande->enabled))
@ -385,9 +385,9 @@ if (! empty($conf->adherent->enabled))
}
print '</form>';
}
print '<br>';
}
print "<br>";
print info_admin($langs->trans("YouCanAddTagOnUrl"));
if (! empty($conf->use_javascript_ajax))

View File

@ -227,9 +227,9 @@ $token='';
// Url list
print '<u>'.$langs->trans("FollowingUrlAreAvailableToMakePayments").':</u><br>';
print '<u>'.$langs->trans("FollowingUrlAreAvailableToMakePayments").':</u><br><br>';
print img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePaymentOnFreeAmount",$servicename).':<br>';
print '<strong>'.getStripePaymentUrl(1,'free')."</strong><br>\n";
print '<strong>'.getStripePaymentUrl(1,'free')."</strong><br><br>\n";
if (! empty($conf->commande->enabled))
{
print img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePaymentOnOrder",$servicename).':<br>';
@ -250,6 +250,7 @@ if (! empty($conf->commande->enabled))
}
print '</form>';
}
print '<br>';
}
if (! empty($conf->facture->enabled))
{
@ -271,6 +272,7 @@ if (! empty($conf->facture->enabled))
}
print '</form>';
}
print '<br>';
}
if (! empty($conf->contrat->enabled))
{
@ -292,6 +294,7 @@ if (! empty($conf->contrat->enabled))
}
print '</form>';
}
print '<br>';
}
if (! empty($conf->adherent->enabled))
{
@ -313,9 +316,9 @@ if (! empty($conf->adherent->enabled))
}
print '</form>';
}
print '<br>';
}
print "<br>";
print info_admin($langs->trans("YouCanAddTagOnUrl"));
if (! empty($conf->use_javascript_ajax))