mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
[website] updates for bootstrap3
This commit is contained in:
@@ -87,7 +87,7 @@ var blog = {
|
||||
if(!data.length || data.length < 20) {
|
||||
if(blog.start) {
|
||||
$("#next-page").toggle(false)
|
||||
.parent().append("<div class='alert alert-info'>Nothing more to show.</div>");
|
||||
.parent().append("<div class='text-muted'>Nothing more to show.</div>");
|
||||
} else {
|
||||
$("#next-page").toggle(false)
|
||||
.parent().append("<div class='alert'>No blogs written yet.</div>");
|
||||
|
||||
@@ -40,7 +40,7 @@ window.render_product_list = function(data) {
|
||||
.replaceWith("<div class='alert'>No products found.</div>");
|
||||
} else {
|
||||
$(".more-btn")
|
||||
.replaceWith("<div class='alert'>Nothing more to show.</div>");
|
||||
.replaceWith("<div class='text-muted'>Nothing more to show.</div>");
|
||||
}
|
||||
} else {
|
||||
$(".more-btn").toggle(true)
|
||||
|
||||
Reference in New Issue
Block a user