commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / xml / schema / Event / EventPage.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Event</base>
5 <class>EventPage</class>
6 <name>civicrm_event_page</name>
7 <add>1.7</add>
8 <field>
9 <name>id</name>
10 <type>int unsigned</type>
11 <required>true</required>
12 <comment>Event Page ID</comment>
13 <add>1.7</add>
14 </field>
15 <primaryKey>
16 <name>id</name>
17 <autoincrement>true</autoincrement>
18 </primaryKey>
19 <field>
20 <name>event_id</name>
21 <title>Event</title>
22 <type>int unsigned</type>
23 <required>true</required>
24 <comment>Event which this page belongs to.</comment>
25 <add>1.7</add>
26 </field>
27 <foreignKey>
28 <name>event_id</name>
29 <table>civicrm_event</table>
30 <key>id</key>
31 <onDelete>CASCADE</onDelete>
32 </foreignKey>
33 <field>
34 <name>intro_text</name>
35 <type>text</type>
36 <html>
37 <type>TextArea</type>
38 <rows>6</rows>
39 <cols>50</cols>
40 </html>
41 <title>Introductory Message</title>
42 <localizable>true</localizable>
43 <comment>Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event
44 Registration form.
45 </comment>
46 <add>1.7</add>
47 </field>
48 <field>
49 <name>footer_text</name>
50 <title>Footer Message</title>
51 <type>text</type>
52 <html>
53 <type>TextArea</type>
54 <rows>6</rows>
55 <cols>50</cols>
56 </html>
57 <localizable>true</localizable>
58 <comment>Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event
59 Registration form.
60 </comment>
61 <add>1.7</add>
62 </field>
63 <field>
64 <name>confirm_title</name>
65 <type>varchar</type>
66 <title>Confirmation Title</title>
67 <length>255</length>
68 <default>NULL</default>
69 <localizable>true</localizable>
70 <comment>Title for Confirmation page.</comment>
71 <add>1.7</add>
72 </field>
73 <field>
74 <name>confirm_text</name>
75 <type>text</type>
76 <html>
77 <type>TextArea</type>
78 <rows>6</rows>
79 <cols>50</cols>
80 </html>
81 <title>Confirm Text</title>
82 <localizable>true</localizable>
83 <comment>Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event
84 Registration form.
85 </comment>
86 <add>1.7</add>
87 </field>
88 <field>
89 <name>confirm_footer_text</name>
90 <type>text</type>
91 <title>Footer Text</title>
92 <html>
93 <type>TextArea</type>
94 <rows>6</rows>
95 <cols>50</cols>
96 </html>
97 <localizable>true</localizable>
98 <comment>Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event
99 Registration form.
100 </comment>
101 <add>1.7</add>
102 </field>
103 <field>
104 <name>is_email_confirm</name>
105 <type>boolean</type>
106 <title>Is confirm email</title>
107 <default>0</default>
108 <comment>If true, confirmation is automatically emailed to contact on successful registration.</comment>
109 <add>1.7</add>
110 </field>
111 <field>
112 <name>confirm_email_text</name>
113 <type>text</type>
114 <title>Confirmation Email Text</title>
115 <html>
116 <type>TextArea</type>
117 <rows>4</rows>
118 <cols>50</cols>
119 </html>
120 <localizable>true</localizable>
121 <comment>text to include above standard event info on confirmation email. emails are text-only, so do not allow html
122 for now
123 </comment>
124 <add>1.7</add>
125 </field>
126 <field>
127 <name>confirm_from_name</name>
128 <type>varchar</type>
129 <title>Confirm From Name</title>
130 <length>255</length>
131 <localizable>true</localizable>
132 <comment>FROM email name used for confirmation emails.</comment>
133 <add>1.7</add>
134 </field>
135 <field>
136 <name>confirm_from_email</name>
137 <type>varchar</type>
138 <title>Confirm From Email</title>
139 <length>255</length>
140 <comment>FROM email address used for confirmation emails.</comment>
141 <add>1.7</add>
142 </field>
143 <field>
144 <name>cc_confirm</name>
145 <type>varchar</type>
146 <length>255</length>
147 <comment>comma-separated list of email addresses to cc each time a confirmation is sent</comment>
148 <add>1.7</add>
149 </field>
150 <field>
151 <name>bcc_confirm</name>
152 <type>varchar</type>
153 <length>255</length>
154 <comment>comma-separated list of email addresses to bcc each time a confirmation is sent</comment>
155 <add>1.7</add>
156 </field>
157 <field>
158 <name>default_fee_id</name>
159 <type>int unsigned</type>
160 <comment>FK to civicrm_option_value.</comment>
161 <add>1.7</add>
162 </field>
163 <field>
164 <name>default_discount_id</name>
165 <type>int unsigned</type>
166 <comment>FK to civicrm_option_value.</comment>
167 <add>1.7</add>
168 </field>
169 <field>
170 <name>thankyou_title</name>
171 <type>varchar</type>
172 <title>ThankYou Title</title>
173 <length>255</length>
174 <default>NULL</default>
175 <localizable>true</localizable>
176 <comment>Title for ThankYou page.</comment>
177 <add>1.7</add>
178 </field>
179 <field>
180 <name>thankyou_text</name>
181 <type>text</type>
182 <html>
183 <type>TextArea</type>
184 <rows>6</rows>
185 <cols>50</cols>
186 </html>
187 <title>ThankYou Text</title>
188 <localizable>true</localizable>
189 <comment>ThankYou Text.</comment>
190 <add>1.7</add>
191 </field>
192 <field>
193 <name>thankyou_footer_text</name>
194 <type>text</type>
195 <title>Footer Text</title>
196 <html>
197 <type>TextArea</type>
198 <rows>6</rows>
199 <cols>50</cols>
200 </html>
201 <localizable>true</localizable>
202 <comment>Footer message.</comment>
203 <add>1.7</add>
204 </field>
205 <field>
206 <name>is_pay_later</name>
207 <type>boolean</type>
208 <default>0</default>
209 <comment>if true - allows the user to send payment directly to the org later</comment>
210 <add>2.0</add>
211 </field>
212 <field>
213 <name>pay_later_text</name>
214 <type>text</type>
215 <localizable>true</localizable>
216 <comment>The text displayed to the user in the main form</comment>
217 <add>2.0</add>
218 </field>
219 <field>
220 <name>pay_later_receipt</name>
221 <type>text</type>
222 <localizable>true</localizable>
223 <comment>The receipt sent to the user instead of the normal receipt text</comment>
224 <add>2.0</add>
225 </field>
226 <field>
227 <name>is_multiple_registrations</name>
228 <type>boolean</type>
229 <default>0</default>
230 <comment>if true - allows the user to register multiple participants for event</comment>
231 <add>2.1</add>
232 </field>
233 </table>