[form] added print email buttons, fixes to editor, note
diff --git a/utilities/doctype/note/note.txt b/utilities/doctype/note/note.txt
index 88c5f10..d14ecf7 100644
--- a/utilities/doctype/note/note.txt
+++ b/utilities/doctype/note/note.txt
@@ -2,11 +2,12 @@
  {
   "creation": "2013-05-24 13:41:00", 
   "docstatus": 0, 
-  "modified": "2013-05-24 16:24:02", 
+  "modified": "2013-05-24 16:47:19", 
   "modified_by": "Administrator", 
   "owner": "Administrator"
  }, 
  {
+  "allow_print": 0, 
   "allow_rename": 1, 
   "autoname": "field:title", 
   "description": "Note is a free page where users can share documents / notes", 
@@ -67,14 +68,16 @@
   "doctype": "DocField", 
   "fieldname": "public", 
   "fieldtype": "Check", 
-  "label": "Public"
+  "label": "Public", 
+  "print_hide": 1
  }, 
  {
   "doctype": "DocField", 
   "fieldname": "share_with", 
   "fieldtype": "Table", 
   "label": "Share With", 
-  "options": "Note User"
+  "options": "Note User", 
+  "print_hide": 1
  }, 
  {
   "doctype": "DocPerm"