ERPNext is made using these Awesome Open Source Projects
diff --git a/public/js/conf.js b/public/js/conf.js
index 522de0ae1b..de8c7f78f7 100644
--- a/public/js/conf.js
+++ b/public/js/conf.js
@@ -15,7 +15,7 @@ wn.modules_path = 'erpnext';
// add toolbar icon
$(document).bind('toolbar_setup', function() {
- $('.brand').html((wn.boot.website_settings.brand_html || 'erpnext') +
+ $('.navbar-brand').html((wn.boot.website_settings.brand_html || 'erpnext') +
'
')
.css('max-width', '200px').css('overflow', 'hidden')
.hover(function() {
diff --git a/selling/page/sales_browser/sales_browser.html b/selling/page/sales_browser/sales_browser.html
index 08eb9f9bd3..ab89816eb5 100644
--- a/selling/page/sales_browser/sales_browser.html
+++ b/selling/page/sales_browser/sales_browser.html
@@ -1,4 +1,4 @@
-
+
diff --git a/utilities/page/markdown_reference/markdown_reference.html b/utilities/page/markdown_reference/markdown_reference.html
index b9e4c6e87b..5ec813b3cd 100644
--- a/utilities/page/markdown_reference/markdown_reference.html
+++ b/utilities/page/markdown_reference/markdown_reference.html
@@ -1,4 +1,4 @@
-
+
Markdown Reference
diff --git a/utilities/page/question_view/question_view.html b/utilities/page/question_view/question_view.html
index f5f8eb4fc5..13f96a33c4 100644
--- a/utilities/page/question_view/question_view.html
+++ b/utilities/page/question_view/question_view.html
@@ -1,4 +1,4 @@
-
+
diff --git a/utilities/page/questions/questions.html b/utilities/page/questions/questions.html
index 3138e9c621..bd003ce356 100644
--- a/utilities/page/questions/questions.html
+++ b/utilities/page/questions/questions.html
@@ -1,4 +1,4 @@
-
+
diff --git a/website/templates/html/blog_footer.html b/website/templates/html/blog_footer.html
index e439d14729..ecb463c167 100644
--- a/website/templates/html/blog_footer.html
+++ b/website/templates/html/blog_footer.html
@@ -1,4 +1,4 @@
-
+
{% if categories %}
Explore posts by categories
diff --git a/website/templates/html/blog_page.html b/website/templates/html/blog_page.html
index cf1f00e3be..0cabe6dc11 100644
--- a/website/templates/html/blog_page.html
+++ b/website/templates/html/blog_page.html
@@ -9,7 +9,7 @@
{% endblock %}
{% block content %}
-
+
{{ title }}
diff --git a/website/templates/html/blogger.html b/website/templates/html/blogger.html
index e18f86a4dd..878caad5f6 100644
--- a/website/templates/html/blogger.html
+++ b/website/templates/html/blogger.html
@@ -1,10 +1,10 @@
-
+
-
+
{{ blogger_info.full_name }}
{{ blogger_info.bio }}
diff --git a/website/templates/html/footer.html b/website/templates/html/footer.html
index 2f1c7fee64..7260fa5b2e 100644
--- a/website/templates/html/footer.html
+++ b/website/templates/html/footer.html
@@ -38,7 +38,7 @@
{{ address }}
{% endif %}
-
+
-
+
- Home /
- My Account /
@@ -44,8 +44,8 @@ $(document).ready(function() {
// parent
var $order = $(repl('', order)).appendTo($list);
// items
@@ -53,12 +53,12 @@ $(document).ready(function() {
item.export_rate = format_currency(item.export_rate, order.currency);
item.export_amount = format_currency(item.export_amount, order.currency);
var $item = $(repl('\
-
%(item_name)s
\
-
%(export_rate)s
\
-
%(qty)s %(stock_uom)s
\
-
%(export_amount)s
\
+
%(item_name)s
\
+
%(export_rate)s
\
+
%(qty)s %(stock_uom)s
\
+
%(export_amount)s
\
\
-
', item)).appendTo($order.find(".span9"));
+
', item)).appendTo($order.find(".col-span-9"));
});
$("
").appendTo($list);
diff --git a/website/templates/pages/product_search.html b/website/templates/pages/product_search.html
index 2dab6ff4c2..ce5cd39191 100644
--- a/website/templates/pages/product_search.html
+++ b/website/templates/pages/product_search.html
@@ -18,7 +18,7 @@ $(document).ready(function() {
{% include 'app/website/templates/html/product_search_box.html' %}
-
+
Search Results
diff --git a/website/templates/pages/profile.html b/website/templates/pages/profile.html
index d689cfb718..1b7729f318 100644
--- a/website/templates/pages/profile.html
+++ b/website/templates/pages/profile.html
@@ -3,7 +3,7 @@
{% set title="My Profile" %}
{% block content %}
-
+
- Home /
- My Account /
diff --git a/website/templates/pages/ticket.html b/website/templates/pages/ticket.html
index 858dd3b338..d154d167e4 100644
--- a/website/templates/pages/ticket.html
+++ b/website/templates/pages/ticket.html
@@ -3,7 +3,7 @@
{% set title=doc.name %}
{% block content %}
-
+
- Home /
- My Account /
@@ -14,13 +14,13 @@
{%- if doc.status -%}
-
+
-
+
{{ doc.subject }}
-
+
{{ utils.formatdate(doc.transaction_date) }}
diff --git a/website/templates/pages/tickets.html b/website/templates/pages/tickets.html
index 843d10e38a..0ea534b440 100644
--- a/website/templates/pages/tickets.html
+++ b/website/templates/pages/tickets.html
@@ -3,7 +3,7 @@
{% set title="My Tickets" %}
{% block content %}
-
+
- Home /
- My Account /
@@ -39,9 +39,9 @@ $(document).ready(function() {
// parent
var $ticket = $(repl('\
-
%(status)s
\
-
\
-
%(subject)s
\
+
%(status)s
\
+
\
+
%(subject)s
\
', ticket)).appendTo($list);
$("
").appendTo($list);
diff --git a/website/templates/pages/writers.html b/website/templates/pages/writers.html
index 67c0b7e6e1..5f0836d4f2 100644
--- a/website/templates/pages/writers.html
+++ b/website/templates/pages/writers.html
@@ -3,7 +3,7 @@
{% set title="Blog Writers" %}
{% block content %}
-
+
Blog Writers
{% if writers_introduction %}
{{ writers_introduction }}