You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2015/05/19 17:37:37 UTC

svn commit: r1680319 - in /ofbiz/trunk: ./ framework/common/data/CommonTypeData.xml

Author: adrianc
Date: Tue May 19 15:37:36 2015
New Revision: 1680319

URL: http://svn.apache.org/r1680319
Log:
Added visual theme seed data that was missed in rev 1648013.

Modified:
    ofbiz/trunk/   (props changed)
    ofbiz/trunk/framework/common/data/CommonTypeData.xml

Propchange: ofbiz/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue May 19 15:37:36 2015
@@ -1,7 +1,7 @@
 /ofbiz/branches/2013_RemoveJavolution:1462755
 /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23:1535171-1654698
 /ofbiz/branches/addbirt:831210-885099,885686-886087
-/ofbiz/branches/boostrap_theme:1635411,1635465
+/ofbiz/branches/boostrap_theme:1635411,1635439,1635465
 /ofbiz/branches/dojo1.4:951708-952957
 /ofbiz/branches/framework-api-cleanup:1619853-1620529
 /ofbiz/branches/jackrabbit20100709:962442-1231517

Modified: ofbiz/trunk/framework/common/data/CommonTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonTypeData.xml?rev=1680319&r1=1680318&r2=1680319&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/data/CommonTypeData.xml (original)
+++ ofbiz/trunk/framework/common/data/CommonTypeData.xml Tue May 19 15:37:36 2015
@@ -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"/>