[minor] rename icons as per FontAwesome 4 (#7136)

This commit is contained in:
Rushabh Mehta
2016-12-05 14:17:26 +05:30
committed by GitHub
parent 84694d0b0d
commit 323c06ebbf
153 changed files with 2976 additions and 2976 deletions

View File

@@ -112,7 +112,7 @@
],
"hide_heading": 0,
"hide_toolbar": 0,
"icon": "icon-flag",
"icon": "fa fa-flag",
"idx": 1,
"image_view": 0,
"in_create": 0,

View File

@@ -320,7 +320,7 @@
"length": 0,
"no_copy": 0,
"oldfieldtype": "Section Break",
"options": "icon-user",
"options": "fa fa-user",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
@@ -493,7 +493,7 @@
"length": 0,
"no_copy": 0,
"oldfieldtype": "Section Break",
"options": "icon-flag",
"options": "fa fa-flag",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
@@ -551,7 +551,7 @@
"length": 0,
"no_copy": 0,
"oldfieldtype": "Section Break",
"options": "icon-list",
"options": "fa fa-list",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
@@ -749,7 +749,7 @@
"length": 0,
"no_copy": 0,
"oldfieldtype": "Section Break",
"options": "icon-money",
"options": "fa fa-money",
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
@@ -1108,7 +1108,7 @@
],
"hide_heading": 0,
"hide_toolbar": 0,
"icon": "icon-puzzle-piece",
"icon": "fa fa-puzzle-piece",
"idx": 29,
"image_view": 0,
"in_create": 0,

View File

@@ -934,7 +934,7 @@
],
"hide_heading": 0,
"hide_toolbar": 0,
"icon": "icon-check",
"icon": "fa fa-check",
"idx": 1,
"image_view": 0,
"in_create": 0,

View File

@@ -41,12 +41,12 @@ frappe.ui.form.on("Timesheet", {
if(frm.doc.docstatus==1) {
if(frm.doc.per_billed < 100){
frm.add_custom_button(__("Make Sales Invoice"), function() { frm.trigger("make_invoice") },
"icon-file-alt");
"fa fa-file-alt");
}
if(!frm.doc.salary_slip && frm.doc.employee){
frm.add_custom_button(__("Make Salary Slip"), function() { frm.trigger("make_salary_slip") },
"icon-file-alt");
"fa fa-file-alt");
}
}

View File

@@ -868,7 +868,7 @@
],
"hide_heading": 0,
"hide_toolbar": 0,
"icon": "icon-time",
"icon": "fa fa-time",
"idx": 1,
"image_view": 0,
"in_create": 0,