[
https://issues.apache.org/jira/browse/OFBIZ-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15703290#comment-15703290 ]
Nicolas Malin edited comment on OFBIZ-5776 at 11/28/16 10:12 PM:
-----------------------------------------------------------------
I create a first POC on my github
https://github.com/nmalin/ApacheOFBiz/tree/common-theme with :
* creation of a common-theme component (that can rename it's a poc)
* redirect all framework/common/widget/CommonScreens.xml to theme/common-theme/widget/CommonScreens.xml
* move all framework/common/webapp/template to theme/common-theme/webapp/template
* move the images components to common-theme as embed webapp
It's a first step, but the test is concluding.
I can't create a patch because à move too many file but you can play with the branch ;)
was (Author: soledad):
I create a first POC on my github
https://github.com/nmalin/ApacheOFBiz/tree/common-theme with :
* creation of a common-theme component (that can rename it's a poc)
* redirect all framework/common/widget/CommonScreens.xml to theme/common-theme/widget/CommonScreens.xml
* move all framework/common/webapp/template to theme/common-theme/webapp/template
* move the images components to common-theme as embed webapp
It's a first step, but the test is concluding.
I can't create a patch because à move too many file but you can't play with the branch ;)
> Move static resources from framework/images to framework/resources webapp
> -------------------------------------------------------------------------
>
> Key: OFBIZ-5776
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5776> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Deepak Dixit
> Assignee: Deepak Dixit
> Priority: Minor
> Attachments: OFBIZ-5776.patch
>
>
> Move all the static resources form images webapp to resources webapp, as they all are more related to resources rather then images.
> Also we need to rearrange these resources based on their purpose, like
> - Move all js related files and plugins under resources/js
> - Move all the css related files and plugins under resources/css
> - Move all the images related to js and css under resources/images or resources/img
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)