mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
appframe is now heading
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user