From 56da4f19b61bdab32b49ac7cb7937b2659ca8a9f Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 22 Aug 2014 22:01:14 +1200 Subject: [PATCH] CRM-15168 a few more titles --- xml/schema/Contribute/ContributionPage.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index fdd9a16c17..76b4775ca3 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -202,6 +202,7 @@ is_allow_other_amount + Allow Other Amounts boolean if true, page will include an input text field where user can enter their own amount 0 @@ -209,18 +210,21 @@ default_amount_id + Default Amount int unsigned FK to civicrm_option_value. 1.7 min_amount + Minimum Amount decimal if other amounts allowed, user can configure minimum allowed. 1.3 max_amount + Maximum Amount decimal if other amounts allowed, user can configure maximum allowed. 1.3 @@ -268,6 +272,7 @@ is_for_organization + Allow For Organization boolean if true, signup is done on behalf of an organization 0 @@ -288,6 +293,7 @@ is_email_receipt + Send email Receipt boolean if true, receipt is automatically emailed to contact on success 0 @@ -295,6 +301,7 @@ receipt_from_name + Receipt From varchar 255 true @@ -303,6 +310,7 @@ receipt_from_email + Receipt From email varchar 255 FROM email address used for receipts generated by contributions to this contribution page. @@ -310,6 +318,7 @@ cc_receipt + Receipt cc varchar 255 comma-separated list of email addresses to cc each time a receipt is sent @@ -317,6 +326,7 @@ bcc_receipt + Receipt bcc varchar 255 comma-separated list of email addresses to bcc each time a receipt is sent @@ -324,6 +334,7 @@ receipt_text + Receipt Text text TextArea -- 2.25.1