[toolbars] [design] commonified into common toolbar

This commit is contained in:
Rushabh Mehta
2013-04-19 13:01:32 +05:30
parent d6c8235fb5
commit cc32b65b66
15 changed files with 24 additions and 73 deletions

View File

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