Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-11-17-13-40-23
[civicrm-core.git] / xml / schema / Core / Domain.xml
index 64a2e35938f88d401f59345db44f1c12143feea6..d9ed287d56745a0e09e5a064fdb2d8cadc58e8d3 100644 (file)
@@ -8,6 +8,7 @@
   <add>1.1</add>
   <field>
     <name>id</name>
+    <title>Domain ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Domain ID</comment>
@@ -20,6 +21,7 @@
   <field>
     <name>name</name>
     <type>varchar</type>
+    <title>Domain Name</title>
     <length>64</length>
     <comment>Name of Domain / Organization</comment>
     <add>1.1</add>
@@ -27,6 +29,7 @@
   <field>
     <name>description</name>
     <type>varchar</type>
+    <title>Domain Description</title>
     <length>255</length>
     <comment>Description of Domain.</comment>
     <add>1.1</add>
   <field>
     <name>config_backend</name>
     <type>text</type>
+    <title>Domain Configuration</title>
     <comment>Backend configuration.</comment>
-    <htmlType>textarea</htmlType>
-    <rows>20</rows>
-    <cols>80</cols>
+    <html>
+      <type>TextArea</type>
+      <rows>20</rows>
+      <cols>80</cols>
+    </html>
     <add>1.6</add>
   </field>
   <field>
     <name>version</name>
     <type>varchar</type>
+    <title>CiviCRM Version</title>
     <length>32</length>
     <comment>The civicrm version this instance is running</comment>
     <add>2.0</add>
   <field>
     <name>contact_id</name>
     <type>int unsigned</type>
+    <title>Domain Contact</title>
     <comment>FK to Contact ID. This is specifically not an FK to avoid circular constraints</comment>
     <add>4.3</add>
   </field>
   <field>
     <name>locales</name>
     <type>text</type>
+    <title>Supported Languages</title>
     <comment>list of locales supported by the current db state (NULL for single-lang install)</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>locale_custom_strings</name>
     <type>text</type>
+    <title>Language Customizations</title>
     <comment>Locale specific string overrides</comment>
-    <htmlType>textarea</htmlType>
-    <rows>20</rows>
-    <cols>80</cols>
+    <html>
+      <type>TextArea</type>
+      <rows>20</rows>
+      <cols>80</cols>
+    </html>
     <add>3.2</add>
   </field>
 </table>