separated query-report and added module marker to appframe

This commit is contained in:
Rushabh Mehta
2012-10-02 14:56:41 +05:30
parent beb3a872ce
commit 9d1faea10c
8 changed files with 130 additions and 134 deletions

View File

@@ -17,10 +17,6 @@
wn.provide('erpnext.login');
wn.pages["{{ name }}"].onload = function(wrapper) {
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'));
wrapper.appframe.title('Login');
wrapper.appframe.$w.find('.close').toggle(false);
var lw = $i('login_wrapper');
$bs(lw, '1px 1px 3px #888');