diff --git a/xml/schema/Event/EventPage.xml b/xml/schema/Event/EventPage.xml deleted file mode 100644 index 1969f6191070..000000000000 --- a/xml/schema/Event/EventPage.xml +++ /dev/null @@ -1,233 +0,0 @@ - - - - CRM/Event - EventPage - civicrm_event_page - 1.7 - - id - int unsigned - true - Event Page ID - 1.7 - - - id - true - - - event_id - Event - int unsigned - true - Event which this page belongs to. - 1.7 - - - event_id -
civicrm_event
- id - CASCADE - - - intro_text - text - - TextArea - 6 - 50 - - Introductory Message - true - Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event - Registration form. - - 1.7 - - - footer_text - Footer Message - text - - TextArea - 6 - 50 - - true - Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event - Registration form. - - 1.7 - - - confirm_title - varchar - Confirmation Title - 255 - NULL - true - Title for Confirmation page. - 1.7 - - - confirm_text - text - - TextArea - 6 - 50 - - Confirm Text - true - Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event - Registration form. - - 1.7 - - - confirm_footer_text - text - Footer Text - - TextArea - 6 - 50 - - true - Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event - Registration form. - - 1.7 - - - is_email_confirm - boolean - Is confirm email - 0 - If true, confirmation is automatically emailed to contact on successful registration. - 1.7 - - - confirm_email_text - text - Confirmation Email Text - - TextArea - 4 - 50 - - true - text to include above standard event info on confirmation email. emails are text-only, so do not allow html - for now - - 1.7 - - - confirm_from_name - varchar - Confirm From Name - 255 - true - FROM email name used for confirmation emails. - 1.7 - - - confirm_from_email - varchar - Confirm From Email - 255 - FROM email address used for confirmation emails. - 1.7 - - - cc_confirm - varchar - 255 - comma-separated list of email addresses to cc each time a confirmation is sent - 1.7 - - - bcc_confirm - varchar - 255 - comma-separated list of email addresses to bcc each time a confirmation is sent - 1.7 - - - default_fee_id - int unsigned - FK to civicrm_option_value. - 1.7 - - - default_discount_id - int unsigned - FK to civicrm_option_value. - 1.7 - - - thankyou_title - varchar - ThankYou Title - 255 - NULL - true - Title for ThankYou page. - 1.7 - - - thankyou_text - text - - TextArea - 6 - 50 - - ThankYou Text - true - ThankYou Text. - 1.7 - - - thankyou_footer_text - text - Footer Text - - TextArea - 6 - 50 - - true - Footer message. - 1.7 - - - is_pay_later - boolean - 0 - if true - allows the user to send payment directly to the org later - 2.0 - - - pay_later_text - text - true - The text displayed to the user in the main form - 2.0 - - - pay_later_receipt - text - true - The receipt sent to the user instead of the normal receipt text - 2.0 - - - is_multiple_registrations - boolean - 0 - if true - allows the user to register multiple participants for event - 2.1 - -