Add label for fields without title
[civicrm-core.git] / xml / schema / Core / UFGroup.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Core</base>
5 <class>UFGroup</class>
6 <name>civicrm_uf_group</name>
7 <comment>User framework groups. Each group represents a form which encompasses a set of fields defined in civicrm_uf_fields table. Initially will be used for CiviCRM Profile form(s). Subsequently we anticipate using this to define other public facing forms (e.g. online donation solicitation forms, mailing list preferences, etc.).</comment>
8 <add>1.1</add>
9 <log>true</log>
10 <field>
11 <name>id</name>
12 <title>Profile ID</title>
13 <type>int unsigned</type>
14 <required>true</required>
15 <comment>Unique table ID</comment>
16 <html>
17 <type>Number</type>
18 </html>
19 <add>1.1</add>
20 </field>
21 <primaryKey>
22 <name>id</name>
23 <autoincrement>true</autoincrement>
24 </primaryKey>
25 <field>
26 <name>is_active</name>
27 <title>Profile Is Active</title>
28 <type>boolean</type>
29 <default>1</default>
30 <comment>Is this form currently active? If false, hide all related fields for all sharing contexts.</comment>
31 <add>1.1</add>
32 </field>
33 <field>
34 <name>group_type</name>
35 <title>Profile Group Type</title>
36 <type>varchar</type>
37 <length>255</length>
38 <import>true</import>
39 <comment>Comma separated list of the type(s) of profile fields.</comment>
40 <serialize>COMMA</serialize>
41 <add>2.1</add>
42 </field>
43 <field>
44 <name>title</name>
45 <title>Profile Name</title>
46 <type>varchar</type>
47 <length>64</length>
48 <localizable>true</localizable>
49 <required>true</required>
50 <html>
51 <type>Text</type>
52 </html>
53 <comment>Form title.</comment>
54 <add>1.1</add>
55 </field>
56 <field>
57 <name>frontend_title</name>
58 <title>Public Title</title>
59 <type>varchar</type>
60 <length>64</length>
61 <localizable>true</localizable>
62 <comment>Profile Form Public title</comment>
63 <html>
64 <type>Text</type>
65 </html>
66 <add>4.7</add>
67 </field>
68 <field>
69 <name>description</name>
70 <type>text</type>
71 <title>Profile Description</title>
72 <html>
73 <type>TextArea</type>
74 <rows>2</rows>
75 <cols>60</cols>
76 </html>
77 <comment>Optional verbose description of the profile.</comment>
78 <add>4.4</add>
79 </field>
80 <field>
81 <name>help_pre</name>
82 <type>text</type>
83 <localizable>true</localizable>
84 <comment>Description and/or help text to display before fields in form.</comment>
85 <html>
86 <type>TextArea</type>
87 <rows>4</rows>
88 <cols>80</cols>
89 <label>Pre Help</label>
90 </html>
91 <add>1.2</add>
92 </field>
93 <field>
94 <name>help_post</name>
95 <title>Profile Post Text</title>
96 <type>text</type>
97 <localizable>true</localizable>
98 <comment>Description and/or help text to display after fields in form.</comment>
99 <html>
100 <type>TextArea</type>
101 <rows>4</rows>
102 <cols>80</cols>
103 </html>
104 <add>1.2</add>
105 </field>
106 <field>
107 <name>limit_listings_group_id</name>
108 <title>Search Limit Group ID</title>
109 <type>int unsigned</type>
110 <comment>Group id, foreign key from civicrm_group</comment>
111 <html>
112 <label>Search Limit Group</label>
113 </html>
114 <add>1.4</add>
115 </field>
116 <foreignKey>
117 <name>limit_listings_group_id</name>
118 <table>civicrm_group</table>
119 <key>id</key>
120 <add>1.4</add>
121 <onDelete>SET NULL</onDelete>
122 </foreignKey>
123 <field>
124 <name>post_URL</name>
125 <type>varchar</type>
126 <length>255</length>
127 <comment>Redirect to URL.</comment>
128 <add>1.4</add>
129 </field>
130 <field>
131 <name>add_to_group_id</name>
132 <title>Add Contact To Group ID</title>
133 <type>int unsigned</type>
134 <comment>foreign key to civicrm_group_id</comment>
135 <html>
136 <label>Add Contact To Group</label>
137 </html>
138 </field>
139 <foreignKey>
140 <name>add_to_group_id</name>
141 <table>civicrm_group</table>
142 <key>id</key>
143 <onDelete>SET NULL</onDelete>
144 </foreignKey>
145 <field>
146 <name>add_captcha</name>
147 <title>Show Captcha On Profile</title>
148 <type>boolean</type>
149 <default>0</default>
150 <comment>Should a CAPTCHA widget be included this Profile form.</comment>
151 <add>1.1</add>
152 </field>
153 <field>
154 <name>is_map</name>
155 <title>Map Profile</title>
156 <type>boolean</type>
157 <default>0</default>
158 <comment>Do we want to map results from this profile.</comment>
159 <add>1.5</add>
160 </field>
161 <field>
162 <name>is_edit_link</name>
163 <title>Show Edit Link?</title>
164 <type>boolean</type>
165 <default>0</default>
166 <comment>Should edit link display in profile selector</comment>
167 <add>1.6</add>
168 </field>
169 <field>
170 <name>is_uf_link</name>
171 <title>Show Link to CMS User</title>
172 <type>boolean</type>
173 <default>0</default>
174 <comment>Should we display a link to the website profile in profile selector</comment>
175 <add>1.7</add>
176 </field>
177 <field>
178 <name>is_update_dupe</name>
179 <title>Update on Duplicate</title>
180 <type>boolean</type>
181 <default>0</default>
182 <comment>Should we update the contact record if we find a duplicate</comment>
183 <add>1.7</add>
184 </field>
185 <field>
186 <name>cancel_URL</name>
187 <title>Profile Cancel URL</title>
188 <type>varchar</type>
189 <length>255</length>
190 <comment>Redirect to URL when Cancle button clik .</comment>
191 <add>1.4</add>
192 </field>
193 <field>
194 <name>is_cms_user</name>
195 <title>Create CMS User?</title>
196 <type>boolean</type>
197 <default>0</default>
198 <comment>Should we create a cms user for this profile </comment>
199 <add>1.8</add>
200 </field>
201 <field>
202 <name>notify</name>
203 <title>Notify on Profile Submit</title>
204 <type>text</type>
205 <add>1.8</add>
206 </field>
207 <field>
208 <name>is_reserved</name>
209 <title>Profile Is Reserved</title>
210 <type>boolean</type>
211 <comment>Is this group reserved for use by some other CiviCRM functionality?</comment>
212 <add>3.0</add>
213 </field>
214 <field>
215 <name>name</name>
216 <title>Profile Name</title>
217 <type>varchar</type>
218 <length>64</length>
219 <comment>Name of the UF group for directly addressing it in the codebase</comment>
220 <add>3.0</add>
221 </field>
222 <index>
223 <name>UI_name</name>
224 <fieldName>name</fieldName>
225 <unique>true</unique>
226 <add>4.7</add>
227 </index>
228 <field>
229 <name>created_id</name>
230 <title>Created By Contact ID</title>
231 <type>int unsigned</type>
232 <comment>FK to civicrm_contact, who created this UF group</comment>
233 <html>
234 <label>Created By</label>
235 </html>
236 <add>3.0</add>
237 </field>
238 <foreignKey>
239 <name>created_id</name>
240 <table>civicrm_contact</table>
241 <key>id</key>
242 <add>3.0</add>
243 <onDelete>SET NULL</onDelete>
244 </foreignKey>
245 <field>
246 <name>created_date</name>
247 <type>datetime</type>
248 <title>UF Group Created Date</title>
249 <comment>Date and time this UF group was created.</comment>
250 <add>3.0</add>
251 </field>
252 <field>
253 <name>is_proximity_search</name>
254 <title>Include Proximity Search?</title>
255 <type>boolean</type>
256 <default>0</default>
257 <comment>Should we include proximity search feature in this profile search form?</comment>
258 <add>3.2</add>
259 </field>
260 <field>
261 <name>cancel_button_text</name>
262 <title>Cancel Button Text</title>
263 <type>varchar</type>
264 <length>64</length>
265 <comment>Custom Text to display on the Cancel button when used in create or edit mode</comment>
266 <default>NULL</default>
267 <localizable>true</localizable>
268 <add>4.7</add>
269 <html>
270 <type>Text</type>
271 </html>
272 </field>
273 <field>
274 <name>submit_button_text</name>
275 <title>Submit Button Text</title>
276 <type>varchar</type>
277 <length>64</length>
278 <comment>Custom Text to display on the submit button on profile edit/create screens</comment>
279 <default>NULL</default>
280 <localizable>true</localizable>
281 <add>4.7</add>
282 <html>
283 <type>Text</type>
284 </html>
285 </field>
286 <field>
287 <name>add_cancel_button</name>
288 <title>Include Cancel Button</title>
289 <type>boolean</type>
290 <default>1</default>
291 <comment>Should a Cancel button be included in this Profile form.</comment>
292 <add>5.0</add>
293 </field>
294 </table>