listing, module pages in appframe

This commit is contained in:
Rushabh Mehta
2012-04-13 11:41:43 +05:30
parent 44e954f509
commit f1264a7f76
23 changed files with 105 additions and 74 deletions

View File

@@ -1,13 +1,15 @@
<div class="layout-wrapper layout-wrapper-background">
<div class="appframe-area"></div>
<div class="layout-main-section">
<a class="close" onclick="window.history.back();">&times;</a>
<h1>Projects</h1>
<hr>
<div style="width: 48%; float: left;">
<h4><a href="#!List/Project">Project</a></h4>
<p class="help">Project master</p>
<br>
<h4><a href="#!List/Task">Task</a></h4>
<p class="help">Project activity / task</p>
<br>
<h4><a href="#!List/Timesheet">Timesheet</a></h4>
<p class="help">Timesheet for tasks</p>
</div>

View File

@@ -15,5 +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'));
erpnext.module_page.setup_page('Projects', wrapper);
}