Hi Jacques
The change needs to be done in the php template and then generate the
html. If you do it in the html only, the changes will be lost when the
page is regenerated from the php template. I put a note in the Jira
about it so am copying it here too. I might see if I can out the details
in a wiki page for reference.
Important Note*: 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
(e.g. /template/page/index.tpl.php) and then the html page needs to be generated
using the examples command php template/html.tpl.php template/page/index.tpl,php
> index.html
Thanks
Sharan
On 30/08/17 10:16, Jacques Le Roux wrote:
Good idea Aditya,
Done at revision: 1806674
Jacques
Le 29/08/2017 à 14:53, Aditya Sharma a écrit :
A small suggestion for plugin link on developers page (
http://ofbiz.apache.org/developers.html).
Instead of having ofbiz-plugins check out link as
-*ofbiz-plugins trunk* : $ svn cohttp://svn.apache.org/repos/
asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins
it can be
-*ofbiz-plugins trunk* : $ svn cohttp://svn.apache.org/repos/
asf/ofbiz/ofbiz-plugins/trunk plugins
-
so that we can take check out directly in ofbiz framework folder and
use it.