Author: jleroux
Date: Thu Jan 30 10:35:07 2014 New Revision: 1562768 URL: http://svn.apache.org/r1562768 Log: "Applied fix from trunk for revision: 1562767 " ------------------------------------------------------------------------ r1562767 | jleroux | 2014-01-30 11:33:26 +0100 (jeu. 30 janv. 2014) | 3 lignes Closes https://issues.apache.org/jira/browse/OFBIZ-5521 as not a problem It was my bad, I was simply stupid on this, reverts r1519245 ------------------------------------------------------------------------ Modified: ofbiz/branches/release13.07/ (props changed) ofbiz/branches/release13.07/applications/content/ofbiz-component.xml ofbiz/branches/release13.07/applications/content/widget/CommonScreens.xml ofbiz/branches/release13.07/specialpurpose/ecommerce/data/EcommerceTypeData.xml Propchange: ofbiz/branches/release13.07/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1562767 Modified: ofbiz/branches/release13.07/applications/content/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/content/ofbiz-component.xml?rev=1562768&r1=1562767&r2=1562768&view=diff ============================================================================== --- ofbiz/branches/release13.07/applications/content/ofbiz-component.xml (original) +++ ofbiz/branches/release13.07/applications/content/ofbiz-component.xml Thu Jan 30 10:35:07 2014 @@ -70,13 +70,6 @@ under the License. location="webapp/content" base-permission="CONTENTMGR" mount-point="/content"/> - - <webapp name="contentimages" - title="Content Images" - server="default-server" - location="webapp/content/images" - mount-point="/contentimages/" - app-bar-display="false"/> <!-- <webapp name="ofbizhelp" Modified: ofbiz/branches/release13.07/applications/content/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/content/widget/CommonScreens.xml?rev=1562768&r1=1562767&r2=1562768&view=diff ============================================================================== --- ofbiz/branches/release13.07/applications/content/widget/CommonScreens.xml (original) +++ ofbiz/branches/release13.07/applications/content/widget/CommonScreens.xml Thu Jan 30 10:35:07 2014 @@ -32,7 +32,7 @@ under the License. <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/> <set field="layoutSettings.companyName" from-field="uiLabelMap.ContentCompanyName" global="true"/> <set field="layoutSettings.companySubtitle" from-field="uiLabelMap.ContentCompanySubtitle" global="true"/> - <set field="layoutSettings.styleSheets[]" value="/contentimages/contentForum.css" global="true"/> + <set field="layoutSettings.styleSheets[]" value="/content/images/contentForum.css" global="true"/> <set field="layoutSettings.javaScripts[]" value="/images/selectall.js" global="true"/> <set field="activeApp" value="contentmgr" global="true"/> <set field="applicationMenuName" value="ContentAppBar" global="true"/> Modified: ofbiz/branches/release13.07/specialpurpose/ecommerce/data/EcommerceTypeData.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/specialpurpose/ecommerce/data/EcommerceTypeData.xml?rev=1562768&r1=1562767&r2=1562768&view=diff ============================================================================== --- ofbiz/branches/release13.07/specialpurpose/ecommerce/data/EcommerceTypeData.xml (original) +++ ofbiz/branches/release13.07/specialpurpose/ecommerce/data/EcommerceTypeData.xml Thu Jan 30 10:35:07 2014 @@ -23,7 +23,7 @@ under the License. <VisualTheme visualThemeId="EC_DEFAULT" visualThemeSetId="ECOMMERCE" description="OFBiz Ecommerce Standard Floating Layout"/> <VisualThemeResource visualThemeId="EC_DEFAULT" resourceTypeEnumId="VT_STYLESHEET" resourceValue="/ecommerce/images/blog.css" sequenceId="01"/> <VisualThemeResource visualThemeId="EC_DEFAULT" resourceTypeEnumId="VT_STYLESHEET" resourceValue="/images/ecommain.css" sequenceId="02"/> - <VisualThemeResource visualThemeId="EC_DEFAULT" resourceTypeEnumId="VT_STYLESHEET" resourceValue="/contentimages/contentForum.css" sequenceId="03"/> + <VisualThemeResource visualThemeId="EC_DEFAULT" resourceTypeEnumId="VT_STYLESHEET" resourceValue="/content/images/contentForum.css" sequenceId="03"/> <VisualThemeResource visualThemeId="EC_DEFAULT" resourceTypeEnumId="VT_SHORTCUT_ICON" resourceValue="/images/ofbiz.ico" sequenceId="04"/> <VisualThemeResource visualThemeId="EC_DEFAULT" resourceTypeEnumId="VT_HDR_IMAGE_URL" resourceValue="/images/ofbiz_logo.gif" sequenceId="05"/> <VisualThemeResource visualThemeId="EC_DEFAULT" resourceTypeEnumId="VT_HDR_TMPLT_LOC" resourceValue="component://ecommerce/webapp/ecommerce/includes/header.ftl" sequenceId="06"/> |
Free forum by Nabble | Edit this page |