Author: jleroux
Date: Tue Jan 2 12:07:51 2018
New Revision: 1819805
URL:
http://svn.apache.org/viewvc?rev=1819805&view=revLog:
Improved: Make the number of initially visible applications in main menu a
(OFBIZ-10132)
Currently the number of initially visible applications is hardcoded to 8 in
TopAppBar.ftl
Completes r1819800 thankd to Deepak on dev ML
Removed:
ofbiz/ofbiz-framework/trunk/themes/common/config/rainbowstone.properties
Modified:
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/ofbiz-component.xml
Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/ofbiz-component.xml?rev=1819805&r1=1819804&r2=1819805&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/ofbiz-component.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/ofbiz-component.xml Tue Jan 2 12:07:51 2018
@@ -23,6 +23,7 @@ under the License.
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
<!-- define resource loaders; most common is to use the component resource loader -->
<resource-loader name="main" type="component"/>
+ <classpath type="dir" location="config"/>
<!-- entity resources: model(s), eca(s), group, and data definitions -->
<entity-resource type="data" reader-name="seed" loader="main" location="data/RainbowStoneThemeData.xml"/>