Author: jleroux
Date: Sun Aug 25 13:24:10 2019
New Revision: 1865891
URL: http://svn.apache.org/viewvc?rev=1865891&view=rev
Log:
Improved: Use Labels in themes names
(OFBIZ-9863)
Remove duplicated block that I forgot to remove
This had no effects but I found an XML error in log
Modified:
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml
Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml?rev=1865891&r1=1865890&r2=1865891&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml Sun Aug 25
13:24:10 2019
@@ -23,20 +23,6 @@ under the License.
xmlns="http://ofbiz.apache.org/Widget-Theme"
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Theme
http://ofbiz.apache.org/dtds/widget-theme.xsd">
<visual-themes>
<visual-theme id="RAINBOWSTONE_SAPHIR" display-name="Rainbow Stone -
Sapphire">
- <screenshot location="/rainbowstone/images/themeSaphir.png"/>
- </visual-theme>
- <visual-theme id="RAINBOWSTONE_AMBER" display-name="Rainbow Stone -
Amber">
- <screenshot location="/rainbowstone/images/themeAmber.png"/>
- </visual-theme>
- <visual-theme id="RAINBOWSTONE_RUBY" display-name="Rainbow Stone -
Ruby">
- <screenshot location="/rainbowstone/images/themeRuby.png"/>
- </visual-theme>
- <visual-theme id="RAINBOWSTONE_EMERALD" display-name="Rainbow Stone -
Emerald">
- <screenshot location="/rainbowstone/images/themeEmerald.png"/>
- </visual-theme>
- </visual-themes>
- <visual-themes>
- <visual-theme id="RAINBOWSTONE_SAPHIR" display-name="Rainbow Stone -
Sapphire">
<description>${util:label('CommonEntityLabels',
'VisualTheme.description.RAINBOWSTONE_SAPHIR', locale)}</description>
<screenshot location="/rainbowstone/images/themeSaphir.png"/>
</visual-theme>