You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2008/07/30 00:03:31 UTC

[jira] Issue Comment Edited: (OFBIZ-1885) Selectable Visual Themes

    [ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617976#action_12617976 ] 

bruno.busco edited comment on OFBIZ-1885 at 7/29/08 3:03 PM:
-------------------------------------------------------------

Adrian,
I tryed your patch and I found it really cool !!!

I did not resist to see how a theme could be distributed and installed leveraging on the theme system you have built and I found a way that IMO is really easy but for sure it needs a review...

In the attached file theme_1.zip there is something that could be considered a pluggable theme.

To install the theme it must be unzipped in the hot-deploy directory and then, using the webtool, the ext reader must be imported (or this can be done executing ant run-extseed).

Then, since we have not yet the UI to select the theme, a manual selection can be done changing the line:
                <set field="visualThemeId" from-field="userPrefValue" default-value="DEFAULT"/>
to:
                <set field="visualThemeId" from-field="userPrefValue" default-value="THEME_1"/>
in the framework\common\widget\CommonScreens.xml file.

What do you think of it?

      was (Author: bruno.busco):
    Adrian,
I tryed your patch and I found it really cool !!!

I did not resist to see how a theme could be distributed and installed leveraging on the theme system you have built and I found a way that IMO is really easy but for sure it needs a review...

In the attached file theme_1.zip there is something that could be considered a pluggable theme.

To install the theme it must be unzipped in the hot-deploy directory and then, using the webtool, the ext seed must be imported (or this can be done executing ant run-extseed).

Then, since we have not yet the UI to select the theme, a manual selection can be done changing the line:
                <set field="visualThemeId" from-field="userPrefValue" default-value="DEFAULT"/>
to:
                <set field="visualThemeId" from-field="userPrefValue" default-value="THEME_1"/>
in the framework\common\widget\CommonScreens.xml file.

What do you think of it?
  
> Selectable Visual Themes
> ------------------------
>
>                 Key: OFBIZ-1885
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1885
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: theme_1.zip, visual_themes.patch, visual_themes.patch
>
>
> Implement entities, services, and UI artifacts to add support for selectable Visual Themes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.