Add label for fields without title and html tag
authorAhed <ahed@compucorp.co.uk>
Tue, 9 Feb 2021 17:56:19 +0000 (19:56 +0200)
committerAhed <ahed@compucorp.co.uk>
Tue, 9 Feb 2021 17:57:27 +0000 (19:57 +0200)
24 files changed:
xml/schema/Activity/Activity.xml
xml/schema/Case/Case.xml
xml/schema/Contact/Contact.xml
xml/schema/Contact/ContactType.xml
xml/schema/Contact/DashboardContact.xml
xml/schema/Contribute/ContributionPage.xml
xml/schema/Core/ActionSchedule.xml
xml/schema/Core/CustomGroup.xml
xml/schema/Core/Email.xml
xml/schema/Core/Job.xml
xml/schema/Core/LocationType.xml
xml/schema/Core/Menu.xml
xml/schema/Core/OptionValue.xml
xml/schema/Core/Phone.xml
xml/schema/Core/PreferencesDate.xml
xml/schema/Core/PrintLabel.xml
xml/schema/Core/Setting.xml
xml/schema/Core/UFGroup.xml
xml/schema/Cxn/Cxn.xml
xml/schema/Mailing/Component.xml
xml/schema/Mailing/Mailing.xml
xml/schema/Member/MembershipStatus.xml
xml/schema/Member/MembershipType.xml
xml/schema/SMS/History.xml

index 66e6296bc19801727e388f4f5ddeae159f5eea1a..1fb0d32e51152c35b0a82a9d8be06b64945aa783 100644 (file)
     <required>false</required>
     <export>true</export>
     <default>CURRENT_TIMESTAMP</default>
+    <html>
+      <label>Created Date</label>
+    </html>
     <add>4.7</add>
   </field>
   <field>
     <required>false</required>
     <export>true</export>
     <default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
+    <html>
+      <label>Modified Date</label>
+    </html>
     <add>4.7</add>
   </field>
 </table>
index 08d0e2c3bbcb16e2a24af07abe43e1206cb14038..2f4b086a64fe760c289496d301524b76bdaf5aa7 100644 (file)
     <required>false</required>
     <export>true</export>
     <default>NULL</default>
+    <html>
+      <label>Created Date</label>
+    </html>
     <add>4.7</add>
   </field>
   <field>
     <required>false</required>
     <export>true</export>
     <default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
+    <html>
+      <label>Modified Date</label>
+    </html>
     <add>4.7</add>
   </field>
 </table>
index de36808e40861ff2845e090eded778112ae7edd8..b89166a2e9c02c86b13fa86f3576df384f60fb6f 100644 (file)
     <type>varchar</type>
     <length>32</length>
     <comment>API Key for validating requests related to this contact.</comment>
+    <html>
+      <label>API KEY</label>
+    </html>
     <add>2.2</add>
     <permission>
       <or>administer CiviCRM, edit api keys</or>
     <required>false</required>
     <export>true</export>
     <default>NULL</default>
+    <html>
+      <label>Created Date</label>
+    </html>
     <add>4.3</add>
   </field>
   <index>
     <required>false</required>
     <export>true</export>
     <default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
+    <html>
+      <label>Modified Date</label>
+    </html>
     <add>4.3</add>
   </field>
   <index>
index 7d5ed4fdb617891890cd45521a2169274ba94ec5..b93bcc0cc2c5352e2df6294e62f541b91523b0af 100644 (file)
@@ -26,6 +26,9 @@
     <type>varchar</type>
     <length>64</length>
     <comment>Internal name of Contact Type (or Subtype).</comment>
+    <html>
+      <label>Name</label>
+    </html>
     <add>3.1</add>
     <required>true</required>
   </field>
index 71debd5838ac2ae507680dfab66c147fb33a7f86..9a9a128e50e25ae131ba2bf4a11bf73c2ed9b3ec 100644 (file)
@@ -68,6 +68,9 @@
     <type>int</type>
     <comment>column no for this widget</comment>
     <default>0</default>
+    <html>
+      <label>Column Number</label>
+    </html>
     <add>3.1</add>
   </field>
   <field>
     <name>content</name>
     <type>longtext</type>
     <comment>dashlet content</comment>
+    <html>
+      <label>Content</label>
+    </html>
     <add>3.3</add>
     <drop>4.7</drop>
   </field>
index 6bef502c0a601024a80275d236ed73d060f8cf09..284c6adc91177dee1a3393c3b3a87f04929b109f 100644 (file)
     <length>255</length>
     <localizable>true</localizable>
     <comment>Initial amount label for partial payment</comment>
+    <html>
+      <label>Initial Amount Label</label>
+    </html>
     <add>4.3</add>
   </field>
   <field>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Initial amount help text for partial payment</comment>
+    <html>
+      <label>Initial Amount Help Text</label>
+    </html>
     <add>4.3</add>
   </field>
   <field>
     <name>min_initial_amount</name>
     <type>decimal</type>
     <comment>Minimum initial amount for partial payment</comment>
+    <html>
+      <label>Min. Initial Amount</label>
+    </html>
     <add>4.3</add>
   </field>
   <field>
     <name>goal_amount</name>
     <type>decimal</type>
     <comment>The target goal for this page, allows people to build a goal meter</comment>
+    <html>
+      <label>Goal Amount</label>
+    </html>
     <add>1.5</add>
   </field>
   <field>
index 9f1abeaf5ae5864c7612145ba9469be726a2de4c..8fe7ad01c85ac402af5a182014b86f9fc8a6c395 100644 (file)
     <type>varchar</type>
     <length>64</length>
     <comment>Recipient</comment>
+    <html>
+      <label>Recipient</label>
+    </html>
     <add>3.4</add>
   </field>
   <field>
     <name>limit_to</name>
     <type>boolean</type>
     <comment>Is this the recipient criteria limited to OR in addition to?</comment>
+    <html>
+      <label>Limit To</label>
+    </html>
     <add>4.4</add>
   </field>
   <field>
@@ -55,6 +61,9 @@
     <length>255</length>
     <comment>Entity value</comment>
     <serialize>SEPARATOR_TRIMMED</serialize>
+    <html>
+      <label>Entity value</label>
+    </html>
     <add>3.4</add>
   </field>
   <field>
@@ -63,6 +72,9 @@
     <length>64</length>
     <comment>Entity status</comment>
     <serialize>SEPARATOR_TRIMMED</serialize>
+    <html>
+      <label>Entity Status</label>
+    </html>
     <add>3.4</add>
   </field>
   <field>
@@ -70,6 +82,9 @@
     <type>int unsigned</type>
     <comment>Reminder Interval.</comment>
     <default>0</default>
+    <html>
+      <label>Start Action Offset</label>
+    </html>
     <add>3.4</add>
   </field>
   <field>
     <type>varchar</type>
     <length>64</length>
     <comment>Reminder Action</comment>
+    <html>
+      <label>Start Action condition</label>
+    </html>
     <add>3.4</add>
   </field>
   <field>
     <type>varchar</type>
     <length>64</length>
     <comment>Entity date</comment>
+    <html>
+      <label>Start Action Date</label>
+    </html>
     <add>3.4</add>
   </field>
   <field>
     <type>int unsigned</type>
     <default>0</default>
     <comment>Time interval for repeating the reminder.</comment>
+    <html>
+      <label>Repetition Frequency Interval</label>
+    </html>
     <add>3.4</add>
   </field>
   <field>
     <name>end_frequency_interval</name>
     <type>int unsigned</type>
     <comment>Time interval till repeating the reminder.</comment>
+    <html>
+      <label>End Frequency Interval</label>
+    </html>
     <add>3.4</add>
     <default>0</default>
   </field>
     <type>varchar</type>
     <length>32</length>
     <comment>Reminder Action till repeating the reminder.</comment>
+    <html>
+      <label>End Action</label>
+    </html>
     <add>3.4</add>
   </field>
   <field>
     <type>varchar</type>
     <length>64</length>
     <comment>Entity end date</comment>
+    <html>
+      <label>End Date</label>
+    </html>
     <add>3.4</add>
   </field>
   <field>
     <type>varchar</type>
     <length>64</length>
     <comment>Used for repeating entity</comment>
+    <html>
+      <label>Used For</label>
+    </html>
     <add>4.6</add>
   </field>
   <field>
     <type>varchar</type>
     <length>128</length>
     <comment>Used for multilingual installation</comment>
+    <html>
+      <label>Filter Contact Language</label>
+    </html>
     <add>4.7</add>
   </field>
   <field>
     <type>varchar</type>
     <length>8</length>
     <comment>Used for multilingual installation</comment>
+    <html>
+      <label>Communication Language</label>
+    </html>
     <add>4.7</add>
   </field>
   <field>
     <comment>When the reminder was created or modified.</comment>
     <required>false</required>
     <default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
+    <html>
+      <label>Modified Date</label>
+    </html>
     <add>5.34</add>
   </field>
   <field>
index de7d4678cdbb00c084f663f840dd537514993e9e..727da9205c8272aa8e78050aed83ad949e32c47e 100644 (file)
     <type>varchar</type>
     <length>255</length>
     <comment>Name of the table that holds the values for this group.</comment>
+    <html>
+      <label>Table Name</label>
+    </html>
     <add>2.0</add>
   </field>
   <field>
index 8ad7a727e8ee230307a9a16792eff3ac67f738dd..00ab390502f4cd1125f1668804939592dd5c2548 100644 (file)
     <name>hold_date</name>
     <type>datetime</type>
     <comment>When the address went on bounce hold</comment>
+    <html>
+      <label>Hold Date</label>
+    </html>
     <add>1.1</add>
   </field>
   <field>
     <name>reset_date</name>
     <type>datetime</type>
     <comment>When the address bounce status was last reset</comment>
+    <html>
+      <label>Reset Date</label>
+    </html>
     <add>1.1</add>
   </field>
   <field>
     <import>true</import>
     <default>NULL</default>
     <comment>Text formatted signature for the email.</comment>
+    <html>
+      <label>Signature Text</label>
+    </html>
     <add>3.2</add>
   </field>
   <field>
     <import>true</import>
     <default>NULL</default>
     <comment>HTML formatted signature for the email.</comment>
+    <html>
+      <label>Signature HTML</label>
+    </html>
     <add>3.2</add>
   </field>
 </table>
index afd08c298cc3930ad4cf5e7cfb708839e3fc0ca9..ba8ab0bf473779f5cdb2ddebec4a03eaf33048a7 100644 (file)
@@ -65,6 +65,9 @@
     <default>NULL</default>
     <required>false</required>
     <comment>When was this cron entry last run</comment>
+    <html>
+      <label>Last Run</label>
+    </html>
     <add>4.1</add>
   </field>
   <field>
@@ -73,6 +76,9 @@
     <default>NULL</default>
     <required>false</required>
     <comment>When is this cron entry scheduled to run</comment>
+    <html>
+      <label>Scheduled Run Date</label>
+    </html>
     <add>4.7</add>
   </field>
   <field>
index be66f7309de4160f9e8658b413c9bec41fdbbffc..36d8739e02ac67c402291794834fa169ec7b8ed9 100644 (file)
@@ -51,6 +51,9 @@
     <type>varchar</type>
     <length>255</length>
     <comment>Location Type Description.</comment>
+    <html>
+      <label>Description</label>
+    </html>
     <add>1.1</add>
   </field>
   <field>
index 26f888f494e0c062ed97298107ff0a79f3bf4043..3dbb0447ee6c3d5ee9ce4684f30ffd3cd0fd9905 100644 (file)
     <type>varchar</type>
     <length>255</length>
     <comment>Url where a page should redirected to, if next url not known.</comment>
+    <html>
+      <label>Return URL</label>
+    </html>
     <add>2.1</add>
   </field>
   <field>
     <type>varchar</type>
     <length>255</length>
     <comment>Arguments to pass to return_url</comment>
+    <html>
+      <label>Return URL Arguments</label>
+    </html>
     <add>2.1</add>
   </field>
   <field>
index 8d4bb53300f97061287b9111f2f89b9a9162792b..275a40361663edbdbfb0791786b7b97a68dfa5a9 100644 (file)
@@ -85,6 +85,9 @@
     <type>int unsigned</type>
     <default>0</default>
     <comment>Bitwise logic can be used to create subsets of options within an option_group for different uses.</comment>
+    <html>
+      <label>Filter</label>
+    </html>
     <add>1.5</add>
   </field>
   <field>
index 93e076f3fc8c41584d940b98fe2b327d82df1b24..cb9f4e8e6d2c4df2da210c1ad8b5af35e5a7aea6 100644 (file)
     <type>varchar</type>
     <length>32</length>
     <comment>Phone number stripped of all whitespace, letters, and punctuation.</comment>
+    <html>
+      <label>Numeric</label>
+    </html>
     <add>4.3</add>
   </field>
   <index>
index 625f0d3d1752922d1b110eb72eb2a005754e5d67..809d49d71f0fbb13a488604726f5461838ca221f 100644 (file)
@@ -40,6 +40,9 @@
     <type>varchar</type>
     <length>255</length>
     <comment>Description of this date type.</comment>
+    <html>
+      <label>Description</label>
+    </html>
     <add>2.0</add>
   </field>
   <field>
@@ -47,6 +50,9 @@
     <type>int</type>
     <required>true</required>
     <comment>The start offset relative to current year</comment>
+    <html>
+      <label>Start</label>
+    </html>
     <add>2.0</add>
   </field>
   <field>
@@ -61,6 +67,9 @@
     <name>minute_increment</name>
     <type>int</type>
     <comment>The minute increment number</comment>
+    <html>
+      <label>Minute Increment</label>
+    </html>
     <add>2.0</add>
     <drop>3.1</drop>
   </field>
@@ -69,6 +78,9 @@
     <type>varchar</type>
     <length>64</length>
     <comment>The date type</comment>
+    <html>
+      <label>Date Format</label>
+    </html>
     <add>2.0</add>
   </field>
   <field>
@@ -76,6 +88,9 @@
     <type>varchar</type>
     <length>64</length>
     <comment>time format</comment>
+    <html>
+      <label>Time Format</label>
+    </html>
     <add>3.1</add>
   </field>
 </table>
index 1492318f04e18088a614a0d91acb67556fb5a6fe..a611548ecbc39ea8d8fb001634429bbe80b65538 100644 (file)
@@ -40,6 +40,9 @@
     <name>description</name>
     <type>text</type>
     <comment>Description of this label layout</comment>
+    <html>
+      <label>Description</label>
+    </html>
     <add>4.4</add>
   </field>
   <field>
@@ -73,6 +76,9 @@
     <name>data</name>
     <type>longtext</type>
     <comment>contains json encode configurations options</comment>
+    <html>
+      <label>Data</label>
+    </html>
     <add>4.4</add>
     <serialize>JSON</serialize>
   </field>
index 8e6fd338944863e12be580170877d3f42ce90d8a..b7a61b0acfee21b4bfc0faa678d359a64b001e86 100644 (file)
@@ -50,6 +50,9 @@
     <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>
index 74b186ef48d67bb8a713b6cf130aa5aa25298014..49fdad55a3f38993b9668929978c14f96a049b4f 100644 (file)
     <type>varchar</type>
     <length>255</length>
     <comment>Redirect to URL.</comment>
+    <html>
+      <label>Post URL</label>
+    </html>
     <add>1.4</add>
   </field>
   <field>
index 69280373f8c8cf25369869c17e30fa70d855aace..89e616d0bd24a16d486139041b611a8e0061784e 100644 (file)
     <name>secret</name>
     <type>text</type>
     <comment>Shared secret</comment>
+    <html>
+      <label>Secret</label>
+    </html>
     <add>4.6</add>
   </field>
   <field>
     <name>perm</name>
     <type>text</type>
     <comment>Permissions approved for the service (JSON)</comment>
+    <html>
+      <label>Permissions</label>
+    </html>
     <add>4.6</add>
   </field>
   <field>
     <type>text</type>
     <comment>Options for the service (JSON)</comment>
     <serialize>JSON</serialize>
+    <html>
+      <label>Options</label>
+    </html>
     <add>4.6</add>
   </field>
-  
+
   <!-- Connection lifecycle -->
-  
+
   <field>
     <name>is_active</name>
     <title>Is Active</title>
     <comment>When was the connection was created.</comment>
     <required>false</required>
     <default>NULL</default>
+    <html>
+      <label>Created Date</label>
+    </html>
     <add>4.6</add>
   </field>
   <field>
     <comment>When the connection was created or modified.</comment>
     <required>false</required>
     <default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
+    <html>
+      <label>Modified Date</label>
+    </html>
     <add>4.6</add>
   </field>
   <field>
     <comment>The last time the application metadata was fetched.</comment>
     <required>false</required>
     <default>NULL</default>
+    <html>
+      <label>Fetched Date</label>
+    </html>
     <add>4.6</add>
   </field>
 </table>
index f8c9986bcd64aeacd5da2bffaf41e50b26b17253..54788c45ce85c47cb7994cfc4a4fea643114d20b 100644 (file)
@@ -43,6 +43,9 @@
     <name>subject</name>
     <type>varchar</type>
     <length>255</length>
+    <html>
+      <label>Subject</label>
+    </html>
   </field>
   <field>
     <name>body_html</name>
index f3f6026513a50ed46addba7ee7c6095cac127a3b..2a257dcc0036e7d4dee281fa7f65061e2405b51b 100644 (file)
     <name>body_text</name>
     <type>longtext</type>
     <comment>Body of the mailing in text format.</comment>
+    <html>
+      <label>Body Text</label>
+    </html>
   </field>
   <field>
     <name>body_html</name>
     <type>longtext</type>
     <comment>Body of the mailing in html format.</comment>
+    <html>
+      <label>Body HTML</label>
+    </html>
   </field>
   <field>
     <name>url_tracking</name>
    <required>false</required>
    <export>true</export>
    <default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
+    <html>
+      <label>Modified Date</label>
+    </html>
    <add>4.7</add>
   </field>
   <field>
     <pseudoconstant>
       <callback>CRM_Core_SelectValues::emailSelectMethods</callback>
     </pseudoconstant>
+    <html>
+      <label>Email Selection Method</label>
+    </html>
     <add>4.6</add>
   </field>
   <field>
index aff14eb8d6880b92c8de47f43c16557de4b88893..7fbe3e04e211794a9868651d60ff2d882b7cf3f3 100644 (file)
@@ -78,6 +78,9 @@
     <name>start_event_adjust_interval</name>
     <type>int</type>
     <comment>Status range begins this many units from start_event.</comment>
+    <html>
+      <label>Start Event Adjust Interval</label>
+    </html>
     <add>1.5</add>
   </field>
   <field>
     <name>end_event_adjust_interval</name>
     <type>int</type>
     <comment>Status range ends this many units from end_event.</comment>
+    <html>
+      <label>End Event Adjust Interval</label>
+    </html>
     <add>1.5</add>
   </field>
   <field>
index 6bd5cd7c5bcee2f6a203adfd8375088a39ebcd06..755a7b1908772047d47f6ba0d29320d7567aee8f 100644 (file)
     <name>relationship_direction</name>
     <type>varchar</type>
     <length>128</length>
+    <html>
+      <label>Relationship Direction</label>
+    </html>
     <add>1.7</add>
     <serialize>SEPARATOR_TRIMMED</serialize>
   </field>
index 2794567fb046825435cb3939434d425b923cc2d8..a7fef5edb9153b51d283550e66c705cbcfe5b04a 100644 (file)
@@ -56,6 +56,9 @@
     <name>sent_date</name>
     <type>date</type>
     <comment>When was this SMS sent</comment>
+    <html>
+      <label>Sent Date</label>
+    </html>
     <add>1.4</add>
   </field>
 </table>