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

@@ -15,7 +15,10 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
pscript.onload_Setup = function(wrapper) {
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Setup');
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Setup');
wrapper.appframe.add_home_breadcrumb();
wrapper.appframe.add_breadcrumb(wn.modules["Setup"].icon);
erpnext.module_page.hide_links(wrapper);
if(wn.boot.expires_on) {
$(wrapper).find(".layout-main")