From 2dbf5294a98bce2ecf0eb1d80ff5d23b2c7fd50d Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Tue, 12 Apr 2016 23:58:20 +0530 Subject: [PATCH 1/3] [WIP] No not merge --- erpnext/config/docs.py | 1 + erpnext/public/js/shopping_cart.js | 11 +++++------ .../includes/footer/footer_extension.html | 18 +++++------------- .../includes/footer/footer_powered.html | 3 ++- 4 files changed, 13 insertions(+), 20 deletions(-) diff --git a/erpnext/config/docs.py b/erpnext/config/docs.py index 82cb1fbfaa..07d14b650e 100644 --- a/erpnext/config/docs.py +++ b/erpnext/config/docs.py @@ -19,6 +19,7 @@ docs_version = "6.x.x" splash_light_background = True def get_context(context): + context.brand_html = "ERPNext" context.app.splash_light_background = True context.top_bar_items = [ {"label": "User Manual", "url": context.docs_base_url + "/user/manual", "right": 1}, diff --git a/erpnext/public/js/shopping_cart.js b/erpnext/public/js/shopping_cart.js index b667177157..f57af3b84e 100644 --- a/erpnext/public/js/shopping_cart.js +++ b/erpnext/public/js/shopping_cart.js @@ -44,12 +44,11 @@ $.extend(shopping_cart, { var cart_count = getCookie("cart_count"); if($(".cart-icon").length == 0) { - $('
\ - \ - ').appendTo($('.hidden-xs')) } diff --git a/erpnext/templates/includes/footer/footer_extension.html b/erpnext/templates/includes/footer/footer_extension.html index e24b862a83..69953ab062 100644 --- a/erpnext/templates/includes/footer/footer_extension.html +++ b/erpnext/templates/includes/footer/footer_extension.html @@ -1,19 +1,11 @@ {% if not hide_footer_signup %} -
-
-
+ - -
-
- -
+ +