CRM-15168 a few more titles
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 10:01:14 +0000 (22:01 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 10:01:14 +0000 (22:01 +1200)
xml/schema/Contribute/ContributionPage.xml

index fdd9a16c17115e506dc7c0d772d2d26fe862385a..76b4775ca3fe1266284d8565654b5b7d3cf2e412 100644 (file)
   </field>
   <field>
     <name>is_allow_other_amount</name>
+    <title>Allow Other Amounts</title>
     <type>boolean</type>
     <comment>if true, page will include an input text field where user can enter their own amount</comment>
     <default>0</default>
   </field>
   <field>
     <name>default_amount_id</name>
+    <title>Default Amount</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_option_value.</comment>
     <add>1.7</add>
   </field>
   <field>
     <name>min_amount</name>
+    <title>Minimum Amount</title>
     <type>decimal</type>
     <comment>if other amounts allowed, user can configure minimum allowed.</comment>
     <add>1.3</add>
   </field>
   <field>
     <name>max_amount</name>
+    <title>Maximum Amount</title>
     <type>decimal</type>
     <comment>if other amounts allowed, user can configure maximum allowed.</comment>
     <add>1.3</add>
   </field>
   <field>
     <name>is_for_organization</name>
+    <title>Allow For Organization</title>
     <type>boolean</type>
     <comment>if true, signup is done on behalf of an organization</comment>
     <default>0</default>
   </field>
   <field>
     <name>is_email_receipt</name>
+    <title>Send email Receipt</title>
     <type>boolean</type>
     <comment>if true, receipt is automatically emailed to contact on success</comment>
     <default>0</default>
   </field>
   <field>
     <name>receipt_from_name</name>
+    <title>Receipt From</title>
     <type>varchar</type>
     <length>255</length>
     <localizable>true</localizable>
   </field>
   <field>
     <name>receipt_from_email</name>
+    <title>Receipt From email</title>
     <type>varchar</type>
     <length>255</length>
     <comment>FROM email address used for receipts generated by contributions to this contribution page.</comment>
   </field>
   <field>
     <name>cc_receipt</name>
+    <title>Receipt cc</title>
     <type>varchar</type>
     <length>255</length>
     <comment>comma-separated list of email addresses to cc each time a receipt is sent</comment>
   </field>
   <field>
     <name>bcc_receipt</name>
+    <title>Receipt bcc</title>
     <type>varchar</type>
     <length>255</length>
     <comment>comma-separated list of email addresses to bcc each time a receipt is sent</comment>
   </field>
   <field>
     <name>receipt_text</name>
+    <title>Receipt Text</title>
     <type>text</type>
     <html>
       <type>TextArea</type>