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$');
|
||||
?>
|
||||
|
||||
|
||||
@ -23,4 +23,5 @@ ToGetHelpGoOnSparkAngels3=To go to search form (then make a search on "dolibarr"
|
||||
ToGetHelpGoOnSparkAngels2=Sometimes, there is no company available at the moment you make your search, so think to change the filter to look for "all availability". You will be able to send more requests.
|
||||
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
|
||||
PossibleLanguages=Supported languages
|
||||
MakeADonation=Help Dolibarr project, make a donation
|
||||
@ -23,4 +23,5 @@ ToGetHelpGoOnSparkAngels3=Pour accéder au formulaire de recherche des <b>accomp
|
||||
ToGetHelpGoOnSparkAngels2=Parfois, aucun intervenant n'est disponible au moment de votre recherche, aussi pensez à modifier vos critères de recherche en indiquant "Toutes disponibilités". Vous pourrez alors prendre contact en différé.
|
||||
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
|
||||
PossibleLanguages=Langages possibles
|
||||
MakeADonation=Aidez le projet Dolibarr, faites un don
|
||||
Loading…
Reference in New Issue
Block a user