appframe is now heading

This commit is contained in:
Rushabh Mehta
2012-06-14 11:05:09 +05:30
parent 575545d441
commit 4c56275d26
24 changed files with 180 additions and 190 deletions

View File

@@ -1,8 +1,6 @@
<div class="layout-wrapper layout-wrapper-background">
<div class="appframe-area"></div>
<div class="layout-main-section">
<h1>Projects</h1>
<hr>
<div style="width: 48%; float: left;">
<h4><a href="#!List/Task">Task</a></h4>
<p class="help">Project activity / task</p>

View File

@@ -15,6 +15,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
pscript['onload_projects-home'] = function(wrapper) {
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'));
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Projects');
erpnext.module_page.setup_page('Projects', wrapper);
}