Merge pull request #14082 from pradpnayak/caseReport
[civicrm-core.git] / xml / schema / Contact / RelationshipType.xml
index f530b032118a1a73983bcf3c934543239f227652..183c3594c79985e65310b1f64b4620d1998a530e 100644 (file)
@@ -33,6 +33,9 @@
     <title>Relationship Type Label A to B</title>
     <length>64</length>
     <comment>label for relationship of contact_a to contact_b.</comment>
+    <html>
+      <type>Text</type>
+    </html>
     <add>3.0</add>
     <localizable>true</localizable>
   </field>
@@ -50,6 +53,9 @@
     <title>Relationship Type Label B to A</title>
     <length>64</length>
     <comment>Optional label for relationship of contact_b to contact_a.</comment>
+    <html>
+      <type>Text</type>
+    </html>
     <add>3.0</add>
     <localizable>true</localizable>
   </field>
@@ -60,6 +66,9 @@
     <length>255</length>
     <comment>Optional verbose description of the relationship type.</comment>
     <add>1.1</add>
+    <html>
+      <type>Text</type>
+    </html>
     <localizable>true</localizable>
   </field>
   <field>
     <title>Contact Subtype A</title>
     <type>varchar</type>
     <length>64</length>
-    <comment>If defined, contact_sub_type_a in a relationship of this type must be a specific contact_sub_type.
-    </comment>
+    <comment>If defined, contact_sub_type_a in a relationship of this type must be a specific contact_sub_type.</comment>
     <add>3.1</add>
     <html>
       <type>Select</type>
     <title>Contact Subtype B</title>
     <type>varchar</type>
     <length>64</length>
-    <comment>If defined, contact_sub_type_b in a relationship of this type must be a specific contact_sub_type.
-    </comment>
+    <comment>If defined, contact_sub_type_b in a relationship of this type must be a specific contact_sub_type.</comment>
     <add>3.1</add>
     <html>
       <type>Select</type>
     <type>boolean</type>
     <title>Relationship Type is Reserved</title>
     <comment>Is this relationship type a predefined system type (can not be changed or de-activated)?</comment>
+    <html>
+      <type>CheckBox</type>
+    </html>
     <add>1.1</add>
   </field>
   <field>
     <title>Relationship Type is Active</title>
     <type>boolean</type>
     <default>1</default>
-    <comment>Is this relationship type currently active (i.e. can be used when creating or editing relationships)?
-    </comment>
+    <comment>Is this relationship type currently active (i.e. can be used when creating or editing relationships)?</comment>
+    <html>
+      <type>CheckBox</type>
+    </html>
     <add>1.1</add>
   </field>
   <index>