mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +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>Support</h1>
|
||||
<hr>
|
||||
<div style="width: 48%; float: left;">
|
||||
<h4><a href="#!List/Support Ticket">Support Ticket</a></h4>
|
||||
<p class="help">Support queries from customers via email or website</p>
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
pscript['onload_support-home'] = function(wrapper) {
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'));
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Support');
|
||||
erpnext.module_page.setup_page('Support', wrapper);
|
||||
}
|
||||
Reference in New Issue
Block a user