Author: jleroux
Date: Sun Aug 18 15:16:12 2019
New Revision: 1865398
URL:
http://svn.apache.org/viewvc?rev=1865398&view=revLog:
Fixed: <description> of <visual-theme> in Theme.xml does not work
(OFBIZ-9867)
There is no str:label in UelFunctions class but util:label
Missed theses files in previous commit (damn plugins)
Modified:
ofbiz/ofbiz-plugins/trunk/ecommerce/widget/Theme.xml
ofbiz/ofbiz-plugins/trunk/multiflex/widget/Theme.xml
Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/widget/Theme.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/widget/Theme.xml?rev=1865398&r1=1865397&r2=1865398&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/widget/Theme.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/widget/Theme.xml Sun Aug 18 15:16:12 2019
@@ -23,7 +23,7 @@ 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="EC_DEFAULT" display-name="Ecommerce Default">
- <description>${str:label('CommonEntityLabels', 'VisualTheme.description.EC_DEFAULT', locale)}</description>
+ <description>${util:label('CommonEntityLabels', 'VisualTheme.description.EC_DEFAULT', locale)}</description>
<screenshot location="/images/ecdefaulttheme.jpg"/>
</visual-theme>
</visual-themes>
Modified: ofbiz/ofbiz-plugins/trunk/multiflex/widget/Theme.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/multiflex/widget/Theme.xml?rev=1865398&r1=1865397&r2=1865398&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/multiflex/widget/Theme.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/multiflex/widget/Theme.xml Sun Aug 18 15:16:12 2019
@@ -23,7 +23,7 @@ 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="MULTIFLEX" display-name="Multiflex">
- <description>${str:label('CommonEntityLabels', 'VisualTheme.description.MULTIFLEX', locale)}</description>
+ <description>${util:label('CommonEntityLabels', 'VisualTheme.description.MULTIFLEX', locale)}</description>
<screenshot location="/multiflex/images/screenshot.jpg"/>
</visual-theme>
</visual-themes>