Merge pull request #23082 from agileware/CIVICRM-1958
[civicrm-core.git] / xml / schema / Core / LocBlock.xml
index 75a80185d50c969c0aea6c23ea711c5997811d0f..3f276449378dd5c3136931f86326896d805289dc 100644 (file)
@@ -7,12 +7,17 @@
   <comment>Define location specific properties</comment>
   <add>2.0</add>
   <log>true</log>
+  <title>Location</title>
+  <icon>fa-map-o</icon>
   <field>
     <name>id</name>
     <title>Location Block ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>2.0</add>
   </field>
   <primaryKey>
   </primaryKey>
   <field>
     <name>address_id</name>
-    <title>Location Block Address</title>
+    <title>Address ID</title>
     <type>int unsigned</type>
+    <html>
+      <label>Address</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>email_id</name>
-    <title>Location Block Email</title>
+    <title>Email ID</title>
     <type>int unsigned</type>
+    <html>
+      <label>Email</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>phone_id</name>
-    <title>Location Block Phone</title>
+    <title>Phone ID</title>
     <type>int unsigned</type>
+    <html>
+      <label>Phone</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>im_id</name>
-    <title>Location Block IM</title>
+    <title>IM ID</title>
     <type>int unsigned</type>
+    <html>
+      <label>Instant Messenger</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>address_2_id</name>
-    <title>Location Block IM 2</title>
+    <title>Address 2 ID</title>
     <type>int unsigned</type>
+    <html>
+      <label>Address 2</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>
   <field>
     <name>email_2_id</name>
     <type>int unsigned</type>
-    <title>Email 2</title>
+    <title>Email 2 ID</title>
+    <html>
+      <label>Email 2</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>
   <field>
     <name>phone_2_id</name>
     <type>int unsigned</type>
-    <title>Phone 2</title>
+    <title>Phone 2 ID</title>
+    <html>
+      <label>Phone 2</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>
   <field>
     <name>im_2_id</name>
     <type>int unsigned</type>
-    <title>Instant Messenger 2</title>
+    <title>IM 2 ID</title>
+    <html>
+      <label>Instant Messenger 2</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>