Add paypal donation page
This commit is contained in:
parent
db0023f755
commit
1cc0ef16ea
@ -108,6 +108,17 @@ if (eregi('^fr_',$langs->getDefaultLang()))
|
||||
}
|
||||
|
||||
|
||||
print '<br>'.$langs->trans("MakeADonation").':<br>';
|
||||
|
||||
print '<ul>';
|
||||
print '<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="5388905">';
|
||||
print '<input class="none" type="image" src="'.DOL_URL_ROOT.'/theme/common/paypal.png" border="0" name="submit" alt="Help Dolibarr making a donation">';
|
||||
print '</form>';
|
||||
print '</ul>';
|
||||
|
||||
|
||||
llxFooter('$Date$ - $Revision$');
|
||||
?>
|
||||
|
||||
|
||||
@ -24,3 +24,4 @@ ToGetHelpGoOnSparkAngels2=Sometimes, there is no company available at the moment
|
||||
BackToHelpCenter=Otherwise, click here to go <a href="%s">back to help center home page</a>.
|
||||
LinkToGoldMember=Also, you can call one of the coach preselected by Dolibarr for your language (%s) by clicking his Widget (status and maximum price are automatically updated):
|
||||
PossibleLanguages=Supported languages
|
||||
MakeADonation=Help Dolibarr project, make a donation
|
||||
@ -24,3 +24,4 @@ ToGetHelpGoOnSparkAngels2=Parfois, aucun intervenant n'est disponible au moment
|
||||
BackToHelpCenter=Sinon, cliquez ici pour <a href="%s">retourner au centre d'assistance</a>.
|
||||
LinkToGoldMember=Autrement, vous pouvez aussi appeler immédiatement un des accompagnateurs préselectionnés par Dolibarr pour votre langue (%s) en cliquant son Widget (disponibilité et tarif maximum sont raffraichis automatiquement):
|
||||
PossibleLanguages=Langages possibles
|
||||
MakeADonation=Aidez le projet Dolibarr, faites un don
|
||||
Loading…
Reference in New Issue
Block a user