[form] added print email buttons, fixes to editor, note

This commit is contained in:
Rushabh Mehta 2013-05-24 16:52:21 +05:30
parent b4a2949c37
commit 43c51b63c4

View File

@ -2,11 +2,12 @@
{ {
"creation": "2013-05-24 13:41:00", "creation": "2013-05-24 13:41:00",
"docstatus": 0, "docstatus": 0,
"modified": "2013-05-24 16:24:02", "modified": "2013-05-24 16:47:19",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
{ {
"allow_print": 0,
"allow_rename": 1, "allow_rename": 1,
"autoname": "field:title", "autoname": "field:title",
"description": "Note is a free page where users can share documents / notes", "description": "Note is a free page where users can share documents / notes",
@ -67,14 +68,16 @@
"doctype": "DocField", "doctype": "DocField",
"fieldname": "public", "fieldname": "public",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Public" "label": "Public",
"print_hide": 1
}, },
{ {
"doctype": "DocField", "doctype": "DocField",
"fieldname": "share_with", "fieldname": "share_with",
"fieldtype": "Table", "fieldtype": "Table",
"label": "Share With", "label": "Share With",
"options": "Note User" "options": "Note User",
"print_hide": 1
}, },
{ {
"doctype": "DocPerm" "doctype": "DocPerm"