| commit | 9a00038b76b4cc8bd0198c0c7c2bd298968400b5 | [log] [tgz] |
|---|---|---|
| author | Jacques Le Roux <jacques.le.roux@les7arts.com> | Sat Oct 25 17:10:46 2025 +0200 |
| committer | Jacques Le Roux <jacques.le.roux@les7arts.com> | Sat Oct 25 17:10:46 2025 +0200 |
| tree | 8db1cd6bec280997973b9cd4d10ba0bb0c3b5978 | |
| parent | 44bb687c926a52e0f2ffa26a5af8531284cdb0ab [diff] |
Improved: updates widget-form.xsd This is related with "Regression when willing to enter decimals" (OFBIZ-13297) Thanks to Florian Motteau for PR-913
##Update Site
If anyone is going to do any fixes - please do not just do any changes or fixes in the html page itself. It needs to be done in the php template, located under template/page, or template/region. Once you are done with changes please compile these file and generate html using following command ./php2html.sh
Changes to the common header or footer need to be done via head.tpl.php, header.tpl.php or footer.tpl under template/region. If change is done to the header or footer then regenerate all the html pages. Use the php2html.sh script to compile all the modified template files in one shoot.