mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 19:07:55 +00:00
listing, module pages in appframe
This commit is contained in:
@@ -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();">×</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>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user