CRM-17663 - Cruft removal
[civicrm-core.git] / xml / schema / Core / PrintLabel.xml
index 95bf92e4886edf5c9b6953b6e81c69df34c523ca..b5e2ee0ec52e772c54cfa6fd2f2e13c21d380f4d 100644 (file)
@@ -8,6 +8,7 @@
   <add>4.4</add>
   <field>
     <name>id</name>
+    <title>Print Label ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>4.4</add>
@@ -40,6 +41,7 @@
   </field>
   <field>
     <name>label_format_name</name>
+    <title>Label Format</title>
     <type>varchar</type>
     <length>255</length>
     <pseudoconstant>
@@ -53,6 +55,7 @@
   </field>
   <field>
     <name>label_type_id</name>
+    <title>Label Type</title>
     <type>int unsigned</type>
     <pseudoconstant>
       <optionGroupName>label_type</optionGroupName>
@@ -71,6 +74,7 @@
   </field>
   <field>
     <name>is_default</name>
+    <title>Label is Default?</title>
     <type>boolean</type>
     <default>1</default>
     <comment>Is this default?</comment>
@@ -78,6 +82,7 @@
   </field>
   <field>
     <name>is_active</name>
+    <title>Label Is Active?</title>
     <type>boolean</type>
     <default>1</default>
     <comment>Is this option active?</comment>
@@ -85,6 +90,7 @@
   </field>
   <field>
     <name>is_reserved</name>
+    <title>Is Label Reserved?</title>
     <type>boolean</type>
     <default>1</default>
     <comment>Is this reserved label?</comment>
@@ -92,6 +98,7 @@
   </field>
   <field>
     <name>created_id</name>
+    <title>Label Created By</title>
     <type>int unsigned</type>
     <title>Created By Contact ID</title>
     <comment>FK to civicrm_contact, who created this label layout</comment>