changed desktop modules now using font-awesome instead of noun project fonts

This commit is contained in:
Rushabh Mehta
2012-12-21 18:27:40 +05:30
parent 380d7c6a53
commit d3c9fb6b3b
9 changed files with 22 additions and 4 deletions

View File

@@ -31,6 +31,9 @@ wn.pages.messages.onload = function(wrapper) {
<div><button class="btn">Post</button></div><hr>\
</div>\
<div class="all-messages"></div>').appendTo($(wrapper).find('.layout-main-section'));
wrapper.appframe.add_home_breadcrumb();
wrapper.appframe.add_breadcrumb(wn.modules["Messages"].icon);
erpnext.messages = new erpnext.Messages(wrapper);
erpnext.toolbar.set_new_comments(0);