CRM-15168 a few more titles
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 23:14:34 +0000 (11:14 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 23:14:34 +0000 (11:14 +1200)
xml/schema/Core/Country.xml

index ee24ff875f390858a3be6e0ea664479460d71e53..bdfac28f1180775ea52a3656cc96e07aa9d504f0 100644 (file)
@@ -7,6 +7,7 @@
   <add>1.1</add>
   <field>
     <name>id</name>
+    <title>Country ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Country Id</comment>
@@ -29,6 +30,7 @@
   </field>
   <field>
     <name>iso_code</name>
+    <title>Country ISO Code</title>
     <type>char</type>
     <length>2</length>
     <comment>ISO Code</comment>
@@ -36,6 +38,7 @@
   </field>
   <field>
     <name>country_code</name>
+    <title>Country Phone Prefix</title>
     <type>varchar</type>
     <length>4</length>
     <comment>National prefix to be used when dialing TO this country.</comment>
@@ -43,6 +46,7 @@
   </field>
   <field>
     <name>address_format_id</name>
+    <title>Address Format</title>
     <type>int unsigned</type>
     <comment>Foreign key to civicrm_address_format.id.</comment>
     <add>3.2</add>
@@ -55,6 +59,7 @@
   </foreignKey>
   <field>
     <name>idd_prefix</name>
+    <title>Outgoing Phone Prefix</title>
     <type>varchar</type>
     <length>4</length>
     <comment>International direct dialing prefix from within the country TO another country</comment>
@@ -62,6 +67,7 @@
   </field>
   <field>
     <name>ndd_prefix</name>
+    <title>Area Code</title>
     <type>varchar</type>
     <length>4</length>
     <comment>Access prefix to call within a country to a different area</comment>
@@ -69,6 +75,7 @@
   </field>
   <field>
     <name>region_id</name>
+    <title>Region</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to civicrm_worldregion.id.</comment>
@@ -82,6 +89,7 @@
   </foreignKey>
   <field>
     <name>is_province_abbreviated</name>
+    <title>Abbreviate Province?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Should state/province be displayed as abbreviation for contacts from this country?</comment>