mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
updated module pages
This commit is contained in:
52
erpnext/website/page/website_home/website_home.html
Normal file
52
erpnext/website/page/website_home/website_home.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<div class="layout-wrapper layout-wrapper-background">
|
||||
<div class="layout-main-section">
|
||||
<a class="close" onclick="window.history.back();">×</a>
|
||||
<h1>Support</h1>
|
||||
<hr>
|
||||
<div style="width: 48%; float: left;">
|
||||
<h4><a ahref="#!List/Web Page">Web Page</a></h4>
|
||||
<p class="help">Static (content) web page</p>
|
||||
<h4><a href="#!List/Product">Product</a></h4>
|
||||
<p class="help">Product listed in catolog</p>
|
||||
<h4><a href="#!List/Blog">Blog</a></h4>
|
||||
<p class="help">Weblog (blog) entry</p>
|
||||
</div>
|
||||
<div style="width: 48%; float: right;">
|
||||
<h4><a href="#!Form/Website Settings/Website Settings">Website Settings</a></h4>
|
||||
<p class="help">Setup of top navigation bar, footer and logo</p>
|
||||
</div>
|
||||
<div style="width: 48%; float: right;">
|
||||
<h4><a href="#!Form/Style Settings/Style Settings">Style Settings</a></h4>
|
||||
<p class="help">Setup of fonts and background</p>
|
||||
</div>
|
||||
<div style="width: 48%; float: right;">
|
||||
<h4><a href="#!Form/Products Settings/Products Settings">Products Settings</a></h4>
|
||||
<p class="help">Setup product categories</p>
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
<hr>
|
||||
<h3>Reports</h3>
|
||||
<div class="reports-list"></div>
|
||||
</div>
|
||||
<div class="layout-side-section">
|
||||
<div class="psidebar">
|
||||
<div class="section">
|
||||
<div class="section-head">Tools</div>
|
||||
<div class="section-body">
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "About Us page"
|
||||
href="#!Form/About Us Settings/About Us Settings">About Us Settings</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Contact Us page"
|
||||
href="#!Form/Contact Us Settings/Contact Us Settings">Contact Us Settings</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
3
erpnext/website/page/website_home/website_home.js
Normal file
3
erpnext/website/page/website_home/website_home.js
Normal file
@@ -0,0 +1,3 @@
|
||||
pscript['onload_website-home'] = function(wrapper) {
|
||||
erpnext.module_page.setup_page('Website', wrapper);
|
||||
}
|
||||
Reference in New Issue
Block a user