Merge pull request #23052 from konadave/r25088
[civicrm-core.git] / xml / schema / Core / Setting.xml
index 04230bc83f88cc28de7fa71682e36effe77a8d4f..b7a61b0acfee21b4bfc0faa678d359a64b001e86 100644 (file)
     <type>text</type>
     <comment>data associated with this group / name combo</comment>
     <serialize>PHP</serialize>
+    <html>
+      <label>Value</label>
+    </html>
     <add>4.1</add>
   </field>
   <field>
     <name>domain_id</name>
-    <title>Setting Domain</title>
+    <title>Domain ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <pseudoconstant>
@@ -63,6 +66,9 @@
       <labelColumn>name</labelColumn>
     </pseudoconstant>
     <comment>Which Domain is this menu item for</comment>
+    <html>
+      <label>Domain</label>
+    </html>
     <add>4.1</add>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>contact_id</name>
-    <title>Setting Contact</title>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID if the setting is localized to a contact</comment>
+    <html>
+      <label>Contact</label>
+    </html>
     <add>4.1</add>
   </field>
   <foreignKey>
   </field>
   <field>
     <name>component_id</name>
-    <title>Setting Component</title>
+    <title>Component ID</title>
     <type>int unsigned</type>
     <comment>Component that this menu item belongs to</comment>
     <add>4.1</add>
     </pseudoconstant>
     <html>
       <type>Select</type>
+      <label>Component</label>
     </html>
   </field>
   <foreignKey>
   </field>
   <field>
     <name>created_id</name>
-    <title>Setting Created By</title>
+    <title>Created By Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_contact, who created this setting</comment>
+    <html>
+      <label>Created By</label>
+    </html>
     <add>4.1</add>
   </field>
   <foreignKey>