Merge pull request #7467 from eileenmcnaughton/tests
[civicrm-core.git] / templates / CRM / Event / Form / ManageEvent / Registration.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
2c4c49ca 3 | CiviCRM version 4.7 |
6a488035 4 +--------------------------------------------------------------------+
e7112fa7 5 | Copyright CiviCRM LLC (c) 2004-2015 |
6a488035
TO
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25*}
26{if $addProfileBottomAdd OR $addProfileBottom}
1909126f 27 <td scope="row" class="label"
28 width="20%">{if $addProfileBottomAdd }{$form.additional_custom_post_id_multiple[$profileBottomNumAdd].label}
2add3739 29 {else}{$form.custom_post_id_multiple[$profileBottomNum].label}{/if}</td>
1909126f 30 <td>{if $addProfileBottomAdd }{$form.additional_custom_post_id_multiple[$profileBottomNumAdd].html}{else}{$form.custom_post_id_multiple[$profileBottomNum].html}{/if}
41d0b881
AH
31 <span class='profile_bottom_link_remove'><a href="#" class="crm-hover-button crm-button-rem-profile" data-addtlPartc="{$addProfileBottomAdd}"><i class="crm-i fa-trash"></i> {ts}remove profile{/ts}</a></span>
32 <span class='profile_bottom_link'>&nbsp;<a href="#" class="crm-hover-button crm-button-add-profile"><i class="crm-i fa-plus-circle"></i> {ts}add another profile (bottom of page){/ts}</a></span>
1909126f 33 {if $addProfileBottomAdd }
413923b2
DG
34 <div
35 class="description">{ts}Change this if you want to use a different profile for additional participants.{/ts}</div>
1909126f 36 {else}
413923b2
DG
37 <div
38 class="description">{ts}Include additional fields on this registration form by selecting and configuring a CiviCRM Profile to be included at the bottom of the page.{/ts}</div>
1909126f 39 {/if}
40 <br/><span class="profile-links"></span>
41 </td>
6a488035
TO
42{else}
43{assign var=eventID value=$id}
f6eedce7 44 <div class="help">
1909126f 45 {ts}If you want to provide an Online Registration page for this event, check the first box below and then complete the fields on this form.{/ts}
46 {help id="id-event-reg"}
47 </div>
6a488035
TO
48<div class="crm-block crm-form-block crm-event-manage-registration-form-block">
49<div class="crm-submit-buttons">
50{include file="CRM/common/formButtons.tpl" location="top"}
51</div>
52
1909126f 53<div id="register">
54 <table class="form-layout">
55 <tr class="crm-event-manage-registration-form-block-is_online_registration">
56 <td class="label">{$form.is_online_registration.label}</td>
57 <td>{$form.is_online_registration.html}
58 <span class="description">{ts}Online registration enabled?{/ts}</span>
59 </td>
60 </tr>
61 </table>
62</div>
63<div class="spacer"></div>
64<div id="registration_blocks">
65<table class="form-layout-compressed">
6a488035 66
1909126f 67 <tr class="crm-event-manage-registration-form-block-registration_link_text">
68 <td scope="row" class="label"
69 width="20%">{$form.registration_link_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='registration_link_text' id=$eventID}{/if}</td>
70 <td>{$form.registration_link_text.html} {help id="id-link_text"}</td>
71 </tr>
72 {if !$isTemplate}
73 <tr class="crm-event-manage-registration-form-block-registration_start_date">
74 <td scope="row" class="label" width="20%">{$form.registration_start_date.label}</td>
75 <td>{include file="CRM/common/jcalendar.tpl" elementName=registration_start_date}</td>
76 </tr>
77 <tr class="crm-event-manage-registration-form-block-registration_end_date">
78 <td scope="row" class="label" width="20%">{$form.registration_end_date.label}</td>
79 <td>{include file="CRM/common/jcalendar.tpl" elementName=registration_end_date}</td>
80 </tr>
81 {/if}
82 <tr class="crm-event-manage-registration-form-block-is_multiple_registrations">
83 <td scope="row" class="label" width="20%">{$form.is_multiple_registrations.label}</td>
84 <td>{$form.is_multiple_registrations.html} {help id="id-allow_multiple"}</td>
85 </tr>
86 <tr class="crm-event-manage-registration-form-block-allow_same_participant_emails">
87 <td scope="row" class="label" width="20%">{$form.allow_same_participant_emails.label}</td>
88 <td>{$form.allow_same_participant_emails.html} {help id="id-allow_same_email"}</td>
89 </tr>
03390e26 90 <tr class="crm-event-manage-registration-form-block-dedupe_rule_group_id">
91 <td scope="row" class="label" width="20%">{$form.dedupe_rule_group_id.label}</td>
92 <td>{$form.dedupe_rule_group_id.html} {help id="id-dedupe_rule_group_id"}</td>
93 </tr>
1909126f 94 <tr class="crm-event-manage-registration-form-block-requires_approval">
95 {if $form.requires_approval}
96 <td scope="row" class="label" width="20%">{$form.requires_approval.label}</td>
97 <td>{$form.requires_approval.html} {help id="id-requires_approval"}</td>
98 {/if}
99 </tr>
100 <tr id="id-approval-text" class="crm-event-manage-registration-form-block-approval_req_text">
101 {if $form.approval_req_text}
102 <td scope="row" class="label"
103 width="20%">{$form.approval_req_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='approval_req_text' id=$eventID}{/if}</td>
104 <td>{$form.approval_req_text.html}</td>
105 {/if}
106 </tr>
107 <tr class="crm-event-manage-registration-form-block-expiration_time">
108 <td scope="row" class="label" width="20%">{$form.expiration_time.label}</td>
109 <td>{$form.expiration_time.html|crmAddClass:four} {help id="id-expiration_time"}</td>
110 </tr>
97d8187a
DG
111 <tr class="crm-event-manage-registration-form-block-selfcancelxfer">
112 <td scope="row" class="label" width="20%">{$form.allow_selfcancelxfer.label}</td>
113 <td>{$form.allow_selfcancelxfer.html} {help id="id-allow_selfcancelxfer"}</td>
114 </tr>
115 <tr class="crm-event-manage-registration-form-block-selfcancelxfer_time">
116 <td scope="row" class="label" width="20%">{$form.selfcancelxfer_time.label}</td>
117 <td>{$form.selfcancelxfer_time.html|crmAddClass:four} {help id="id-selfcancelxfer_time"}</td>
118 </tr>
1909126f 119</table>
120<div class="spacer"></div>
121
122{*Registration Block*}
123<fieldset id="registration" class="crm-collapsible {if $defaultsEmpty}collapsed{/if}">
124 <legend class="collapsible-title">{ts}Registration Screen{/ts}</legend>
125 <div id="registration_screen">
126 <table class="form-layout-compressed">
127 <tr class="crm-event-manage-registration-form-block-intro_text">
128 <td scope="row" class="label"
129 width="20%">{$form.intro_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='intro_text' id=$eventID}{/if}</td>
130 <td>{$form.intro_text.html}
131 <div
132 class="description">{ts}Introductory message / instructions for online event registration page (may include HTML formatting tags).{/ts}</div>
133 </td>
134 </tr>
135 <tr class="crm-event-manage-registration-form-block-footer_text">
136 <td scope="row" class="label"
137 width="20%">{$form.footer_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='footer_text' id=$eventID}{/if}</td>
138 <td>{$form.footer_text.html}
139 <div class="description">{ts}Optional footer text for registration screen.{/ts}</div>
140 </td>
141 </tr>
6a488035 142 </table>
1909126f 143 <table class="form-layout-compressed">
144 <tr class="crm-event-manage-registration-form-block-custom_pre_id">
145 <td scope="row" class="label" width="20%">{$form.custom_pre_id.label}</td>
413923b2
DG
146 <td>{$form.custom_pre_id.html}
147 <div
148 class="description">{ts}Include additional fields on this registration form by selecting and configuring a CiviCRM Profile to be included at the top of the page (immediately after the introductory message).{/ts}{help id="event-profile"}</div>
1909126f 149 </td>
150 </tr>
151 <tr id="profile_post" class="crm-event-manage-registration-form-block-custom_post_id">
152 <td scope="row" class="label" width="20%">{$form.custom_post_id.label}</td>
153 <td>{$form.custom_post_id.html}
41d0b881
AH
154 <div class="description">{ts}Include additional fields on this registration form by selecting and configuring a CiviCRM Profile to be included at the bottom of the page.{/ts}</div>
155 <span class='profile_bottom_link_main {if $profilePostMultiple}hiddenElement{/if}'><a href="#" class="crm-hover-button crm-button-add-profile"><i class="crm-i fa-plus-circle"></i> {ts}add another profile (bottom of page){/ts}</a></span>
1909126f 156 <br/>
1909126f 157 </td>
158 </tr>
159
160 {if $profilePostMultiple}
161 {foreach from=$profilePostMultiple item=profilePostId key=profilePostNum name=profilePostIdName}
162 <tr id="custom_post_id_multiple_{$profilePostNum}_wrapper"
163 class='crm-event-manage-registration-form-block-custom_post_multiple'>
164 <td scope="row" class="label" width="20%">{$form.custom_post_id_multiple.$profilePostNum.label}</td>
165 <td>{$form.custom_post_id_multiple.$profilePostNum.html}
85944a4e 166 &nbsp;
167 <span class='profile_bottom_link_remove'>
168 <a href="#" class="crm-hover-button crm-button-rem-profile">
41d0b881 169 <i class="crm-i fa-trash"></i> {ts}remove profile{/ts}
85944a4e 170 </a>
171 </span>
172 &nbsp;&nbsp;
173 <span class='profile_bottom_link' {if !$smarty.foreach.profilePostIdName.last} style="display: none"{/if}>
174 <a href="#" class="crm-hover-button crm-button-add-profile">
41d0b881 175 <i class="crm-i fa-plus-circle"></i>
85944a4e 176 {ts}add another profile (bottom of page){/ts}
177 </a>
178 </span>
1909126f 179 <br/><span class="profile-links"></span>
6a488035 180 </td>
1909126f 181 </tr>
182 {/foreach}
183 {/if}
184 </table>
185 <table class="form-layout-compressed">
186 <tr id="additional_profile_pre" class="crm-event-manage-registration-form-block-additional_custom_pre_id">
187 <td scope="row" class="label" width="20%">{$form.additional_custom_pre_id.label}</td>
413923b2
DG
188 <td>{$form.additional_custom_pre_id.html}
189 <div
190 class="description">{ts}Change this if you want to use a different profile for additional participants.{/ts}</div>
1909126f 191 <br/><span class="profile-links"></span>
192 </td>
6a488035 193 </tr>
1909126f 194 <tr id="additional_profile_post" class="crm-event-manage-registration-form-block-additional_custom_post_id">
195 <td scope="row" class="label" width="20%">{$form.additional_custom_post_id.label}</td>
196 <td>{$form.additional_custom_post_id.html}
413923b2
DG
197 <div
198 class="description">{ts}Change this if you want to use a different profile for additional participants.{/ts}
7f7fa13a 199 </div>
41d0b881 200 <span class='profile_bottom_add_link_main{if $profilePostMultipleAdd} hiddenElement{/if}'><a href="#" class="crm-hover-button crm-button-add-profile"><i class="crm-i fa-plus-circle"></i> {ts}add another profile (bottom of page){/ts}</a></span>
1909126f 201 <br/><span class="profile-links"></span>
202 </td>
203 </tr>
204 {if $profilePostMultipleAdd}
205 {foreach from=$profilePostMultipleAdd item=profilePostIdA key=profilePostNumA name=profilePostIdAName}
206 <tr id='additional_custom_post_id_multiple_{$profilePostNumA}_wrapper'
207 class='crm-event-manage-registration-form-block-additional_custom_post_multiple'>
208 <td scope="row" class="label"
209 width="20%">{$form.additional_custom_post_id_multiple.$profilePostNumA.label}</td>
210 <td>{$form.additional_custom_post_id_multiple.$profilePostNumA.html}
85944a4e 211 &nbsp;
212 <span class='profile_bottom_add_link_remove'>
213 <a href="#" class="crm-hover-button crm-button-rem-profile">
41d0b881 214 <i class="crm-i fa-trash"></i> {ts}remove profile{/ts}
85944a4e 215 </a>
216 </span>
217 <span class='profile_bottom_add_link' {if !$smarty.foreach.profilePostIdAName.last} style="display: none"{/if}>
218 <a href="#" class="crm-hover-button crm-button-add-profile">
41d0b881 219 <i class="crm-i fa-plus-circle"></i>
85944a4e 220 {ts}add another profile (bottom of page){/ts}
221 </a>
222 </span>
1909126f 223 <br/><span class="profile-links"></span>
6a488035 224 </td>
1909126f 225 </tr>
226 {/foreach}
227 {/if}
228 </table>
229 </div>
230</fieldset>
6a488035 231
1909126f 232{*Confirmation Block*}
233<fieldset id="confirm" class="crm-collapsible {if $defaultsEmpty}collapsed{/if}">
234 <legend class="collapsible-title">{ts}Confirmation Screen{/ts}</legend>
d6121d3e 235 {if !$is_monetary}
236 <table class="form-layout-compressed">
237 <tr class="crm-event-manage-registration-form-block-is_confirm_enabled">
238 <td scope="row" class="label" width="20%">{$form.is_confirm_enabled.label}</td>
239 <td>{$form.is_confirm_enabled.html}
240 <div class="description">{ts}Optionally hide the confirmation screen for free events.{/ts}</div>
241 </td>
242 </tr>
243 </table>
244 {/if}
6a488035 245
1909126f 246 <div id="confirm_screen_settings">
247 <table class="form-layout-compressed">
248 <tr class="crm-event-manage-registration-form-block-confirm_title">
249 <td scope="row" class="label" width="20%">{$form.confirm_title.label} <span
836cf509 250 class="crm-marker">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_title' id=$eventID}{/if}
1909126f 251 </td>
252 <td>{$form.confirm_title.html}<br/>
253 <span
254 class="description">{ts}Page title for screen where user reviews and confirms their registration information.{/ts}</span>
255 </td>
256 </tr>
257 <tr class="crm-event-manage-registration-form-block-confirm_text">
258 <td scope="row" class="label"
259 width="20%">{$form.confirm_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_text' id=$eventID}{/if}</td>
260 <td>{$form.confirm_text.html}
261 <div class="description">{ts}Optional instructions / message for Confirmation screen.{/ts}</div>
262 </td>
263 </tr>
264 <tr class="crm-event-manage-registration-form-block-confirm_footer_text">
265 <td scope="row" class="label"
266 width="20%">{$form.confirm_footer_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_footer_text' id=$eventID}{/if}</td>
267 <td>{$form.confirm_footer_text.html}
268 <div class="description">{ts}Optional page footer text for Confirmation screen.{/ts}</div>
269 </td>
270 </tr>
271 </table>
272 </div>
273</fieldset>
6a488035 274
1909126f 275{*ThankYou Block*}
276<fieldset id="thankyou" class="crm-collapsible {if $defaultsEmpty}collapsed{/if}">
277 <legend class="collapsible-title">{ts}Thank-you Screen{/ts}</legend>
278 <table class="form-layout-compressed">
279 <tr class="crm-event-manage-registration-form-block-confirm_thankyou_title">
280 <td scope="row" class="label" width="20%">{$form.thankyou_title.label} <span
836cf509 281 class="crm-marker">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='thankyou_title' id=$eventID}{/if}
1909126f 282 </td>
283 <td>{$form.thankyou_title.html}
284 <div class="description">{ts}Page title for registration Thank-you screen.{/ts}</div>
285 </td>
286 </tr>
287 <tr class="crm-event-manage-registration-form-block-confirm_thankyou_text">
288 <td scope="row" class="label"
289 width="20%">{$form.thankyou_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='thankyou_text' id=$eventID}{/if}</td>
290 <td>{$form.thankyou_text.html}
291 <div
292 class="description">{ts}Optional message for Thank-you screen (may include HTML formatting).{/ts}</div>
293 </td>
294 </tr>
295 <tr class="crm-event-manage-registration-form-block-confirm_thankyou_footer_text">
296 <td scope="row" class="label"
297 width="20%">{$form.thankyou_footer_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='thankyou_footer_text' id=$eventID}{/if}</td>
298 <td>{$form.thankyou_footer_text.html}
299 <div
300 class="description">{ts}Optional footer text for Thank-you screen (often used to include links to other pages/activities on your site).{/ts}</div>
301 </td>
302 </tr>
303 </table>
304</fieldset>
6a488035 305
1909126f 306{* Confirmation Email Block *}
307<fieldset id="mail" class="crm-collapsible {if $defaultsEmpty}collapsed{/if}">
308 <legend class="collapsible-title">{ts}Confirmation Email{/ts}</legend>
309 <div>
310 <table class="form-layout-compressed">
311 <tr class="crm-event-manage-registration-form-block-is_email_confirm">
312 <td scope="row" class="label" width="20%">{$form.is_email_confirm.label}</td>
313 <td>{$form.is_email_confirm.html}<br/>
314 <span
315 class="description">{ts}Do you want a registration confirmation email sent automatically to the user? This email includes event date(s), location and contact information. For paid events, this email is also a receipt for their payment.{/ts}</span>
316 </td>
317 </tr>
318 </table>
319 <div id="confirmEmail">
320 <table class="form-layout-compressed">
321 <tr class="crm-event-manage-registration-form-block-confirm_email_text">
322 <td scope="row" class="label"
323 width="20%">{$form.confirm_email_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_email_text' id=$eventID}{/if}</td>
324 <td>{$form.confirm_email_text.html}<br/>
325 <span
326 class="description">{ts}Additional message or instructions to include in confirmation email.{/ts}</span>
327 </td>
328 </tr>
329 <tr class="crm-event-manage-registration-form-block-confirm_from_name">
330 <td scope="row" class="label" width="20%">{$form.confirm_from_name.label} <span
836cf509 331 class="crm-marker">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_from_name' id=$eventID}{/if}
1909126f 332 </td>
333 <td>{$form.confirm_from_name.html}<br/>
334 <span class="description">{ts}FROM name for email.{/ts}</span>
335 </td>
336 </tr>
337 <tr class="crm-event-manage-registration-form-block-confirm_from_email">
836cf509 338 <td scope="row" class="label" width="20%">{$form.confirm_from_email.label} <span class="crm-marker">*</span></td>
1909126f 339 <td>{$form.confirm_from_email.html}<br/>
340 <span
341 class="description">{ts}FROM email address (this must be a valid email account with your SMTP email service provider).{/ts}</span>
342 </td>
343 </tr>
344 <tr class="crm-event-manage-registration-form-block-cc_confirm">
345 <td scope="row" class="label" width="20%">{$form.cc_confirm.label}</td>
346 <td>{$form.cc_confirm.html}<br/>
347 <span
348 class="description">{ts}You can notify event organizers of each online registration by specifying one or more email addresses to receive a carbon copy (cc). Multiple email addresses should be separated by a comma (e.g. jane@example.org, paula@example.org).{/ts}</span>
349 </td>
350 </tr>
351 <tr class="crm-event-manage-registration-form-block-bcc_confirm">
352 <td scope="row" class="label" width="20%">{$form.bcc_confirm.label}</td>
353 <td>{$form.bcc_confirm.html}<br/>
354 <span
355 class="description">{ts}You may specify one or more email addresses to receive a blind carbon copy (bcc) of the confirmation email. Multiple email addresses should be separated by a comma (e.g. jane@example.org, paula@example.org).{/ts}</span>
356 </td>
357 </tr>
358 </table>
6a488035 359 </div>
1909126f 360 </div>
361</fieldset>
362</div> {*end of div registration_blocks*}
363 </div>
364 <div class="crm-submit-buttons">
365 {include file="CRM/common/formButtons.tpl" location="bottom"}
366 </div>
367 {include file="CRM/common/showHide.tpl"}
6a488035
TO
368{include file="CRM/common/showHideByFieldValue.tpl"
369trigger_field_id ="is_online_registration"
370trigger_value =""
371target_element_id ="registration_blocks"
372target_element_type ="block"
373field_type ="radio"
374invert = 0
375}
d6121d3e 376{if !$is_monetary}
1909126f 377{include file="CRM/common/showHideByFieldValue.tpl"
378trigger_field_id ="is_confirm_enabled"
379trigger_value =""
380target_element_id ="confirm_screen_settings"
381target_element_type ="block"
382field_type ="radio"
383invert = 0
384}
d6121d3e 385{/if}
6a488035
TO
386{include file="CRM/common/showHideByFieldValue.tpl"
387trigger_field_id ="is_email_confirm"
388trigger_value =""
389target_element_id ="confirmEmail"
390target_element_type ="block"
391field_type ="radio"
392invert = 0
393}
394{include file="CRM/common/showHideByFieldValue.tpl"
395trigger_field_id ="is_multiple_registrations"
396trigger_value =""
397target_element_id ="additional_profile_pre|additional_profile_post"
398target_element_type ="table-row"
399field_type ="radio"
400invert = 0
401}
402{if $form.requires_approval}
403{include file="CRM/common/showHideByFieldValue.tpl"
404 trigger_field_id ="requires_approval"
405 trigger_value =""
406 target_element_id ="id-approval-text"
407 target_element_type ="table-row"
408 field_type ="radio"
409 invert = 0
410}
411{/if}
412
413{*include profile link function*}
414{include file="CRM/common/buildProfileLink.tpl"}
415
416<script type="text/javascript">
eb577803 417{literal} (function($, _) { // Generic Closure
6a488035 418
03390e26 419 $(".crm-submit-buttons input").click( function() {
420 $(".dedupenotify .ui-notify-close").click();
421 });
f3642e0b 422
423 var profileBottomCount = Number({/literal}{$profilePostMultiple|@count}{literal});
424 var profileBottomCountAdd = Number({/literal}{$profilePostMultipleAdd|@count}{literal});
425
eb577803 426 function addBottomProfile( e ) {
12d2b6f2 427 var urlPath;
eb577803 428 e.preventDefault();
6a488035 429
eb577803 430 var addtlPartc = $(this).data('addtlPartc');
b01353b5 431
2add3739 432 if ($(this).closest("td").children("input").attr("name").indexOf("additional_custom_post") > -1 || addtlPartc) {
2353900d 433 profileBottomCountAdd++
eb577803 434 urlPath = CRM.url('civicrm/event/manage/registration', { addProfileBottomAdd: 1, addProfileNumAdd: profileBottomCountAdd, snippet: 4 } ) ;
435 } else {
2353900d 436 profileBottomCount++;
eb577803 437 urlPath = CRM.url('civicrm/event/manage/registration', { addProfileBottom: 1 , addProfileNum : profileBottomCount, snippet: 4 } ) ;
438 }
d15e704c 439
b9bf1f82 440 $(this).closest('tbody').append('<tr class="additional_profile"></tr>');
eb577803 441 var $el = $(this).closest('tbody').find('tr:last');
442 $el.load(urlPath, function() { $(this).trigger('crmLoad') });
413923b2
DG
443 $(this).closest(".profile_bottom_link_main, .profile_bottom_link, .profile_bottom_add_link_main").hide();
444 $el.find(".profile_bottom_link_main, .profile_bottom_link, .profile_bottom_add_link_main").show();
eb577803 445 }
d15e704c 446
eb577803 447 function removeBottomProfile( e ) {
448 e.preventDefault();
d15e704c 449
8b6c6a9a 450 $(e.target).closest('tr').hide().find('.crm-profile-selector').val('');
85944a4e 451 $(e.target).closest('tbody').find('tr:visible:last .profile_bottom_link_main,tr:visible:last .profile_bottom_add_link, tr:visible:last .profile_bottom_link, tr:visible:last .profile_bottom_add_link_main').show();
eb577803 452 }
d15e704c 453
ec2b84a1
CW
454 var
455 strSameAs = '{/literal}{ts escape='js'}- same as for main contact -{/ts}{literal}',
456 strSelect = '{/literal}{ts escape='js'}- select -{/ts}{literal}';
b9bf1f82 457
458 $('#crm-container').on('crmLoad', function() {
459 var $container = $("[id^='additional_profile_'],.additional_profile").not('.processed').addClass('processed');
460 $container.find(".crm-profile-selector-select select").each( function() {
461 var $select = $(this);
03390e26 462 var selected = $select.find(':selected').val(); //cache the default
b9bf1f82 463 $select.find('option[value=""]').remove();
464 $select.prepend('<option value="">'+strSameAs+'</option>');
465 if ($select.closest('tr').is(':not([id*="_pre"])')) {
466 $select.prepend('<option value="">'+strSelect+'</option>');
467 }
468 $select.find('option[value="'+selected+'"]').attr('selected', 'selected'); //restore default
469 });
470 });
471
eb577803 472$(function($) {
d15e704c 473
f3642e0b 474 var allow_multiple = $("#is_multiple_registrations");
03390e26 475 if ( !allow_multiple.prop('checked') ) {
476 $('#additional_profile_pre,#additional_profile_post').hide();
f3642e0b 477 }
478 allow_multiple.change( function( ) {
eb577803 479 if ( !$(this).prop('checked') ) {
f3642e0b 480 $("#additional_custom_pre_id,#additional_custom_post_id").val('');
eb577803 481 $(".crm-event-manage-registration-form-block-additional_custom_post_multiple").hide();
482 $('#additional_profile_pre,#additional_profile_post').hide();
483 } else {
484 $(".crm-event-manage-registration-form-block-additional_custom_post_multiple").show();
485 $('#additional_profile_pre,#additional_profile_post').show();
d15e704c 486 }
487
6a488035
TO
488 });
489
adaa01fa
DG
490 var allow_selfCancel = $("#allow_selfcancelxfer");
491 if ( !allow_selfCancel.prop('checked') ) {
492 $('#selfcancelxfer_time').hide();
493 $('.crm-event-manage-registration-form-block-selfcancelxfer_time').hide();
494 }
495 allow_selfCancel.change( function( ) {
496 if ( !$(this).prop('checked') ) {
497 $("#selfcancelxfer_time").val('');
498 $('#selfcancelxfer_time').hide();
499 $('.crm-event-manage-registration-form-block-selfcancelxfer_time').hide();
500 } else {
501 $('#selfcancelxfer_time').show();
502 $('.crm-event-manage-registration-form-block-selfcancelxfer_time').show();
503 }
504
505 });
506
eb577803 507 $('#registration_blocks').on('click', '.crm-button-add-profile', addBottomProfile);
508 $('#registration_blocks').on('click', '.crm-button-rem-profile', removeBottomProfile);
509
b9bf1f82 510 $('#crm-container').on('crmLoad', function(e) {
511 $('tr[id^="additional_profile"] input[id^="additional_custom_"]').change(function(e) {
12d2b6f2 512 var $input = $(e.target);
b9bf1f82 513 if ( $input.val() == '') {
12d2b6f2 514 var $selected = $input.closest('tr').find('.crm-profile-selector-select :selected');
b9bf1f82 515 if ($selected.text() == strSelect) { $input.val('none'); }
516 }
517 });
518 });
519
eb577803 520}); // END onReady
03390e26 521}(CRM.$, CRM._)); //Generic Closure
eb577803 522{/literal}
6a488035 523</script>
6a488035 524{/if}