[
https://issues.apache.org/jira/browse/OFBIZ-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663803#action_12663803
]
Michael Pätzold commented on OFBIZ-2122:
----------------------------------------
We got at least two problems that would require customization of appbar.ftl:
- In order to use a javascript for the appbar (<ul>) we would require an id
property.
- As sorting of the applications can be done by providing a custom comparator,
we would like to invoke getAppBarWebInfos(ofbizServerName, "main") with the
third parameter - the comparator
The customization can only be implemented if the ftl is replaceable, or am I
wrong?
> Incomplete customization options for VisualThemes
> --------------------------------------------------
>
> Key: OFBIZ-2122
> URL: https://issues.apache.org/jira/browse/OFBIZ-2122
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: SVN trunk
> Reporter: Michael Pätzold
> Priority: Minor
> Fix For: SVN trunk
>
>
> It's possible to provide adapted header.ftl/footer.ftl/... by providing a
> proper VisualTheme. Therein it's possible to overwrite the original fields in
> framework/common/widget/CommonScreens.xml.
> Unfortunately this ability isn't given for all template files within
> GlobalDecorator screen, i.e.:
> - appbar.ftl
> - messages.ftl
> Also all other screen definitions contain static ftl references. In order to
> provide a full VisualTheme adaptation of these needs to be possible, too.
> In addition to changes in CommonScreens, the improvement of
> framework/common/data/CommonTypeData.xml needs to kept synchronized.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.