Author: adrianc
Date: Thu Oct 30 09:21:02 2014
New Revision: 1635439
URL: http://svn.apache.org/r1635439
Log:
Added new Visual Theme resource types to seed data.
Modified:
ofbiz/branches/boostrap_theme/framework/common/data/CommonTypeData.xml
Modified: ofbiz/branches/boostrap_theme/framework/common/data/CommonTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/boostrap_theme/framework/common/data/CommonTypeData.xml?rev=1635439&r1=1635438&r2=1635439&view=diff
==============================================================================
--- ofbiz/branches/boostrap_theme/framework/common/data/CommonTypeData.xml
(original)
+++ ofbiz/branches/boostrap_theme/framework/common/data/CommonTypeData.xml Thu
Oct 30 09:21:02 2014
@@ -105,6 +105,10 @@ under the License.
<Enumeration enumId="VT_NAV_CLOSE_TMPLT" description="Closing Navigation
Template Location" enumTypeId="VT_RES_TYPE" sequenceId="14"/>
<Enumeration enumId="VT_MSG_TMPLT_LOC" description="Main Messages Template
Location" enumTypeId="VT_RES_TYPE" sequenceId="15"/>
<Enumeration enumId="VT_SCREENSHOT" description="Theme Preview Screenshot"
enumTypeId="VT_RES_TYPE" sequenceId="16"/>
+ <Enumeration enumId="VT_SCRN_MACRO_LIB" description="Theme Screen Macro
Library Location" enumTypeId="VT_RES_TYPE" sequenceId="17"/>
+ <Enumeration enumId="VT_FORM_MACRO_LIB" description="Theme Form Macro
Library Location" enumTypeId="VT_RES_TYPE" sequenceId="18"/>
+ <Enumeration enumId="VT_TREE_MACRO_LIB" description="Theme Tree Macro
Library Location" enumTypeId="VT_RES_TYPE" sequenceId="19"/>
+ <Enumeration enumId="VT_MENU_MACRO_LIB" description="Theme Menu Macro
Library Location" enumTypeId="VT_RES_TYPE" sequenceId="20"/>
<VisualThemeSet visualThemeSetId="BACKOFFICE" description="Themes to be
used for backoffice applications"/>
<VisualThemeSet visualThemeSetId="ECOMMERCE" description="Themes to be
used for ECommerce applications"/>