mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix in about
This commit is contained in:
@@ -45,7 +45,7 @@ wn.module_page["Setup"] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype":"Workflow",
|
"doctype":"Workflow",
|
||||||
label:wn._("Workfow"),
|
label:wn._("Workflow"),
|
||||||
"description":wn._("Set workflow rules.")
|
"description":wn._("Set workflow rules.")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"creation": "2013-03-07 15:53:15",
|
"creation": "2013-03-07 15:53:15",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-03-12 13:51:29",
|
"modified": "2013-03-12 14:48:34",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
"fieldname": "help",
|
"fieldname": "help",
|
||||||
"fieldtype": "HTML",
|
"fieldtype": "HTML",
|
||||||
"label": "Help",
|
"label": "Help",
|
||||||
"options": "<div class=\"alert\">Link for About Us Page is \"about.html\"</div>"
|
"options": "<div class=\"alert\">Link for About Us Page is \"/about\"</div>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Introduce your company to the website visitor.",
|
"description": "Introduce your company to the website visitor.",
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"creation": "2012-12-27 19:04:50",
|
"creation": "2013-02-21 20:12:42",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-02-21 16:49:33",
|
"modified": "2013-03-12 14:49:01",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
"fieldname": "help",
|
"fieldname": "help",
|
||||||
"fieldtype": "HTML",
|
"fieldtype": "HTML",
|
||||||
"label": "Help",
|
"label": "Help",
|
||||||
"options": "<div class=\"alert\">Link for Contact Page is \"contact.html\"</div>"
|
"options": "<div class=\"alert\">Link for Contact Page is \"/contact\"</div>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Address to be displayed on the Contact Page",
|
"description": "Address to be displayed on the Contact Page",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<div class="row" itemscope itemtype="http://schema.org/Person">
|
<div class="row" itemscope itemtype="http://schema.org/Person">
|
||||||
<span class="span2">
|
<span class="span2">
|
||||||
<div class="avatar avatar-large">
|
<div class="avatar avatar-large">
|
||||||
<img class="avatar" src="{{ d.image }}" style="" itemprop="image">
|
<img class="avatar" src="{{ d.image_link }}" style="" itemprop="image">
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
<span class="span10"><h4 itemprop="name">{{ d.full_name }}</h4>
|
<span class="span10"><h4 itemprop="name">{{ d.full_name }}</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user