|
dolibarr 22.0.5
|
Example of form to add a new donation. More...
Go to the source code of this file.
Functions | |
| llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[]) | |
| 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 143 of file new.php.
References $conf, and printCommonFooter().
| llxHeaderVierge | ( | $title, | |
| $head = "", | |||
| $disablejs = 0, | |||
| $disablehead = 0, | |||
| $arrayofjs = [], | |||
| $arrayofcss = [] ) |
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 |
Definition at line 122 of file new.php.
References $conf, getDolGlobalString(), htmlPrintOnlineHeader(), and top_htmlhead().