mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
[style] Style Fixes for Home Page
This commit is contained in:
@@ -94,6 +94,7 @@ class DocType:
|
|||||||
})
|
})
|
||||||
website_settings.save()
|
website_settings.save()
|
||||||
style_settings = webnotes.bean("Style Settings", "Style Settings")
|
style_settings = webnotes.bean("Style Settings", "Style Settings")
|
||||||
|
style_settings.doc.top_bar_background = "F2F2F2"
|
||||||
style_settings.doc.font_size = "15px"
|
style_settings.doc.font_size = "15px"
|
||||||
style_settings.save()
|
style_settings.save()
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<h2 style="text-align: center;"><i class="icon-home"></i> Sample Home Page</h2>
|
<h2><i class="icon-home"></i> Sample Home Page</h2>
|
||||||
<br>
|
<br>
|
||||||
<p>This is a sample home page for your company <b>%(name)s's</b> website. This was
|
<p>This is a sample home page for your company <b>%(name)s's</b> website. This was
|
||||||
created from the Website Module inside ERPNext. ERPNext provides you with simple
|
created from the Website Module inside ERPNext. ERPNext provides you with simple
|
||||||
@@ -19,4 +19,7 @@
|
|||||||
<a href="https://erpnext.com" target="_blank">erpnext.com</a>
|
<a href="https://erpnext.com" target="_blank">erpnext.com</a>
|
||||||
website is built on ERPNext itself.</p>
|
website is built on ERPNext itself.</p>
|
||||||
|
|
||||||
<p class="text-muted">For more help, click here</p>
|
<p><a href="login" class="btn btn-primary">Login to your Account</a><p>
|
||||||
|
|
||||||
|
<p class="text-muted pull-right">For more help, <a href="http://erpnext.org" target="_blank">
|
||||||
|
click here</a></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user