This is an automated email from the ASF dual-hosted git repository.
jamesyong pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2e93737 Improved: Apply multi-block attr to each application
(OFBIZ-11706)
2e93737 is described below
commit 2e937378f45917ba1f8f37ac6f3eefeac5e7fb15
Author: James Yong <[email protected]>
AuthorDate: Sat May 16 15:12:28 2020 +0800
Improved: Apply multi-block attr to each application (OFBIZ-11706)
Fix regression
---
ecommerce/widget/CommonScreens.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ecommerce/widget/CommonScreens.xml
b/ecommerce/widget/CommonScreens.xml
index 27ebd17..12082e7 100644
--- a/ecommerce/widget/CommonScreens.xml
+++ b/ecommerce/widget/CommonScreens.xml
@@ -61,7 +61,7 @@ under the License.
<not><if-empty
field="globalContext.productStore"/></not>
</condition>
<widgets>
- <platform-specific><html><html-template
multi-block="true"
location="component://ecommerce/template/includes/HeaderHead.ftl"/></html></platform-specific>
+ <platform-specific><html><html-template
location="component://ecommerce/template/includes/HeaderHead.ftl"/></html></platform-specific>
<platform-specific><html><html-template
location="component://common-theme/template/includes/OpenHtmlBody.ftl"/></html></platform-specific>
<!-- render header -->
<container id="parentContainer">
@@ -290,7 +290,7 @@ under the License.
</actions>
<widgets>
- <platform-specific><html><html-template multi-block="true"
location="component://ecommerce/template/includes/HeaderHead.ftl"/></html></platform-specific>
+ <platform-specific><html><html-template
location="component://ecommerce/template/includes/HeaderHead.ftl"/></html></platform-specific>
<platform-specific><html><html-template
location="component://common-theme/template/includes/OpenHtmlBody.ftl"/></html></platform-specific>
<platform-specific><html><html-template multi-block="true"
location="component://common-theme/template/includes/Messages.ftl"/></html></platform-specific>