CRM-15168 add some more emails
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 09:55:45 +0000 (21:55 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 09:55:45 +0000 (21:55 +1200)
xml/schema/Contribute/ContributionPage.xml

index 9535d5b29ad2a904d9026013b5b2851e865d0658..fdd9a16c17115e506dc7c0d772d2d26fe862385a 100644 (file)
   </field>
   <field>
     <name>is_confirm_enabled</name>
+    <title>Confirmation Page?</title>
     <type>boolean</type>
     <default>1</default>
     <comment>if false, the confirm page in contribution pages gets skipped</comment>
   </field>
   <field>
     <name>recur_frequency_unit</name>
+    <title>Recurring Frequency</title>
     <type>varchar</type>
     <length>128</length>
     <comment>Supported recurring frequency units.</comment>
   </field>
   <field>
     <name>is_recur_interval</name>
+    <title>Support Recurring Intervals</title>
     <type>boolean</type>
     <default>0</default>
     <comment>if true - supports recurring intervals</comment>
   </field>
   <field>
     <name>is_recur_installments</name>
+    <title>Recurring Installments?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>if true - asks user for recurring installments</comment>
   </field>
   <field>
     <name>is_pay_later</name>
+    <title>Pay Later</title>
     <type>boolean</type>
     <default>0</default>
     <comment>if true - allows the user to send payment directly to the org later</comment>
   </field>
   <field>
     <name>pay_later_text</name>
+    <title>Pay Later Text</title>
     <type>text</type>
     <localizable>true</localizable>
     <comment>The text displayed to the user in the main form</comment>
   </field>
   <field>
     <name>pay_later_receipt</name>
+    <title>Pay Later Receipt</title>
     <type>text</type>
     <localizable>true</localizable>
     <comment>The receipt sent to the user instead of the normal receipt text</comment>
   </field>
   <field>
     <name>is_partial_payment</name>
+    <title>Allow Partial Payment</title>
     <type>boolean</type>
     <default>0</default>
     <comment>is partial payment enabled for this online contribution page</comment>