@@ -350,7 +350,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent
$form->add('select','custom_post_id',ts('Include Profile').'<br />'.ts('(bottom of page)'),$mainProfiles);
$form->add('select','additional_custom_pre_id',ts('Profile for Additional Participants').'<br />'.ts('(top of page)'),$addtProfiles);
// Allow user to NOT provide a bottom profile for Additional Participant registration
// Allow user to NOT provide a bottom profile for Additional Participant registration
$form->add('select','additional_custom_post_id',ts('Profile for Additional Participants').'<br />'.ts('(bottom of page)'),array('none'=>ts('- no profile -'))+$addtProfiles);
}
...
...
@@ -459,7 +459,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent
$errorMsg['confirm_from_email']=ts('Please enter Confirmation Email FROM Email Address.');