mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
added description to letter head in setup wizard
This commit is contained in:
@@ -223,8 +223,13 @@ frappe.pages['setup-wizard'].onload = function(wrapper) {
|
|||||||
title: __("Logo and Letter Heads"),
|
title: __("Logo and Letter Heads"),
|
||||||
help: __('Upload your letter head and logo - you can edit them later.'),
|
help: __('Upload your letter head and logo - you can edit them later.'),
|
||||||
fields: [
|
fields: [
|
||||||
{fieldtype:"Attach Image", fieldname:"attach_letterhead", label: __("Attach Letterhead")},
|
{fieldtype:"Attach Image", fieldname:"attach_letterhead",
|
||||||
{fieldtype:"Attach Image", fieldname:"attach_logo", label:__("Attach Logo")},
|
label: __("Attach Letterhead"),
|
||||||
|
description: __("Keep it web friendly 900px (w) by 100px (h)")
|
||||||
|
},
|
||||||
|
{fieldtype:"Attach Image", fieldname:"attach_logo",
|
||||||
|
label:__("Attach Logo"),
|
||||||
|
description: __("100px by 100px")},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user