Merge pull request #20102 from seamuslee001/d8_mailing_urls
[civicrm-core.git] / xml / schema / Pledge / PledgePayment.xml
index b588d548393887d36422f4cccbbd3700acc9be9e..314b4da9d0b0ca4e5294b1cb9b9f80d24f4a1e39 100644 (file)
@@ -15,6 +15,9 @@
     <type>int unsigned</type>
     <required>true</required>
     <import>true</import>
+    <html>
+      <type>Number</type>
+    </html>
     <add>2.1</add>
   </field>
   <primaryKey>
   </primaryKey>
   <field>
     <name>pledge_id</name>
-    <title>Pledge</title>
+    <title>Pledge ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to Pledge table</comment>
+    <html>
+      <label>Pledge</label>
+    </html>
     <add>2.1</add>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>contribution_id</name>
-    <title>Contribution</title>
+    <title>Contribution ID</title>
     <type>int unsigned</type>
     <comment>FK to contribution table.</comment>
+    <html>
+      <label>Contribution</label>
+    </html>
     <add>2.1</add>
   </field>
   <foreignKey>