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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux 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 9892828  Fixed: multiflex css is linking to wrong location (OFBIZ-11977)
9892828 is described below

commit 9892828d5673e231ff9b07ac4d8311b6f806fd3b
Author: Jacques Le Roux <[hidden email]>
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 3dfa815..238c396 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"/>