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

@@ -17,7 +17,9 @@
pscript['onload_question-view'] = function(wrapper) {
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.layout-appframe'));
wrapper.appframe.title('Question');
wrapper.appframe.add_module_tab('Knowledge Base');
wrapper.appframe.add_home_breadcrumb();
wrapper.appframe.add_module_breadcrumb("Knowledge Base");
wrapper.appframe.add_breadcrumb("icon-file");
wrapper.add_answer_area = $('.add-answer-area').get(0);
}