CRM-15536 fix - Scheduled reminders: Clarify "Limit to" and "Also include" UI to...
[civicrm-core.git] / xml / schema / Core / PrintLabel.xml
index 6017f2f8435bc06fc2f9a777a6418f6d6887d8dc..b5e2ee0ec52e772c54cfa6fd2f2e13c21d380f4d 100644 (file)
@@ -41,6 +41,7 @@
   </field>
   <field>
     <name>label_format_name</name>
+    <title>Label Format</title>
     <type>varchar</type>
     <length>255</length>
     <pseudoconstant>
@@ -54,6 +55,7 @@
   </field>
   <field>
     <name>label_type_id</name>
+    <title>Label Type</title>
     <type>int unsigned</type>
     <pseudoconstant>
       <optionGroupName>label_type</optionGroupName>
@@ -72,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>
@@ -79,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>
@@ -86,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>
@@ -93,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>