|
dolibarr 24.0.0-beta
|
Example of form to add a new donation. More...
Go to the source code of this file.
Functions | |
| if(getDolGlobalString( 'MAIN_SECURITY_ENABLECAPTCHA_DONATION')) | llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[], $ws='') |
| Show header for new donation. | |
| llxFooterVierge () | |
| Show footer for new donation. | |
Example of form to add a new donation.
Note that you can add following constant to change behaviour of page DONATION_MIN_AMOUNT Minimum amount DONATION_NEWFORM_PAYONLINE Suggest payment with paypal, paybox or stripe
Definition in file new.php.
| llxFooterVierge | ( | ) |
Show footer for new donation.
Note: also called by functions.lib:recordNotFound
Definition at line 177 of file new.php.
References $conf, and printCommonFooter().
| if(getDolGlobalString('MAIN_SECURITY_ENABLECAPTCHA_DONATION')) llxHeaderVierge | ( | $title, | |
| $head = "", | |||
| $disablejs = 0, | |||
| $disablehead = 0, | |||
| $arrayofjs = [], | |||
| $arrayofcss = [], | |||
| $ws = '' ) |
Show header for new donation.
Note: also called by functions.lib:recordNotFound
| string | $title | Title |
| string | $head | Head array |
| int | $disablejs | More content into html header |
| int | $disablehead | More content into html header |
| string[] | string | $arrayofjs | Array of complementary js files |
| string[] | string | $arrayofcss | Array of complementary css files |
| string | $ws | Website ref if we are called from a website |
Definition at line 156 of file new.php.
References $conf, $mysoc, getDolGlobalString(), htmlPrintOnlineHeader(), and top_htmlhead().