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');

View File

@@ -14,7 +14,9 @@
{% block content %}
<div class="layout-wrapper layout-wrapper-appframe" id='login_wrapper'>
<div class="appframe-area"></div>
<div class="appframe-area">
<div class="appframe-title">Login</div>
</div>
<div class="layout-main" style="padding: 15px;">
<form autocomplete="on">
<table border="0" cellspacing="8">