[
https://issues.apache.org/jira/browse/OFBIZ-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15115848#comment-15115848 ]
Nicolas Malin commented on OFBIZ-6843:
--------------------------------------
I put a patch to see what we need to change in ofbiz to manage template for change passwd, login, security ask and so on
{code}
Index: framework/common/widget/CommonScreens.xml
===================================================================
--- framework/common/widget/CommonScreens.xml (révision 1726511)
+++ framework/common/widget/CommonScreens.xml (copie de travail)
@@ -587,8 +587,14 @@
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
+ <section>
+ <actions>
+ <set field="changePasswordTemplateLocation" from-field="layoutSettings.VT_CHPWD_TMPLT_LOC[0]" default-value="component://common/webcommon/changePassword.ftl"/>
+ </actions>
+ <widgets />
+ </section>
<platform-specific>
- <html><html-template location="component://common/webcommon/changePassword.ftl"/></html>
+ <html><html-template location="${changePasswordTemplateLocation}"/></html>
</platform-specific>
</decorator-section>
</decorator-screen>
{code}
If the hack is ok, I will open a new issue.
> New theme Rainbow Stone
> -----------------------
>
> Key: OFBIZ-6843
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6843> Project: OFBiz
> Issue Type: Improvement
> Components: themes
> Reporter: Julien NICOLAS
> Assignee: Julien NICOLAS
> Priority: Minor
> Labels: features, theme
> Fix For: Trunk
>
> Attachments: patch2forRainbowstoneTheme.patch, rainbowstone.tar.gz, screenshot-1.png
>
>
> I create a new theme based on Flat Grey.
> It's the beginning but already functional, my goal is to provide a new style for OFBiz.
> This is my tastes, so don't hesitate to criticize :)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)