You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/08/30 09:20:15 UTC

[ofbiz-plugins] branch release18.12 updated: Fixed: multiflex css is linking to wrong location (OFBIZ-11977)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new c4a031d  Fixed: multiflex css is linking to wrong location (OFBIZ-11977)
c4a031d is described below

commit c4a031dcb22d1c51859bb711e6c2a6b380b5a5e8
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sun Aug 30 11:18:38 2020 +0200

    Fixed: multiflex css is linking to wrong location (OFBIZ-11977)
    
    Thanks: Alex
---
 multiflex/widget/Theme.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multiflex/widget/Theme.xml b/multiflex/widget/Theme.xml
index 638cde5..8002b39 100644
--- a/multiflex/widget/Theme.xml
+++ b/multiflex/widget/Theme.xml
@@ -35,7 +35,7 @@ under the License.
         <property name="VT_STYLESHEET['add']" value="/ecommerce/images/blog.css"/>
         <property name="VT_STYLESHEET['add']" value="/multiflex/style.css"/>
         <property name="VT_STYLESHEET['add']" value="/contentimages/css/contentForum.css"/>
-        <property name="VT_STYLESHEET['add']" value="/ecommerce/js/bootstrap/js/bootstrap-4.3.1.min.css"/>
+        <property name="VT_STYLESHEET['add']" value="/ecommerce/js/bootstrap/css/bootstrap-4.3.1.min.css"/>
         <!--template location-->
         <property name="VT_HDR_TMPLT_LOC" value="component://multiflex/template/Header.ftl"/>
         <property name="VT_FTR_TMPLT_LOC" value="component://multiflex/template/Footer.ftl"/>