Author: jleroux
Date: Sat Aug 17 18:08:14 2019 New Revision: 1865367 URL: http://svn.apache.org/viewvc?rev=1865367&view=rev Log: Fixed: <description> of <visual-theme> in Theme.xml does not work (OFBIZ-9867) There is no str:label in UelFunctions class but util:label Modified: ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml Modified: ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml?rev=1865367&r1=1865366&r2=1865367&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml (original) +++ ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml Sat Aug 17 18:08:14 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="BLUELIGHT" display-name="BlueLight Theme"> - <description>${str:label('CommonEntityLabels', 'VisualTheme.description.BLUELIGHT', locale)}</description> + <description>${util:label('CommonEntityLabels', 'VisualTheme.description.BLUELIGHT', locale)}</description> <screenshot location="/bluelight/screenshot.jpg"/> </visual-theme> </visual-themes> Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml?rev=1865367&r1=1865366&r2=1865367&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml (original) +++ ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml Sat Aug 17 18:08:14 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="FLAT_GREY" display-name="Flat Grey"> - <description>${str:label('CommonEntityLabels', 'VisualTheme.description.FLAT_GREY', locale)}</description> + <description>${util:label('CommonEntityLabels', 'VisualTheme.description.FLAT_GREY', locale)}</description> <screenshot location="/flatgrey/screenshot.jpg"/> </visual-theme> </visual-themes> Modified: ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml?rev=1865367&r1=1865366&r2=1865367&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml (original) +++ ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml Sat Aug 17 18:08:14 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="TOMAHAWK" display-name="Tomahawk"> - <description>${str:label('CommonEntityLabels', 'VisualTheme.description.TOMAHAWK', locale)}</description> + <description>${util:label('CommonEntityLabels', 'VisualTheme.description.TOMAHAWK', locale)}</description> <screenshot location="/tomahawk/screenshot.jpg"/> </visual-theme> </visual-themes> |
Free forum by Nabble | Edit this page |