#1375 Opt-in raus, Text
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3424 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
eb6f700e1e
commit
68f66783d9
3 changed files with 4 additions and 24 deletions
|
|
@ -566,7 +566,7 @@
|
|||
<div class="accordion-toggle-2" id="nationality_entry_{{ currentIndex }}" style="display:none;">
|
||||
<div class="panel-group" id="accordion_entry_{{ currentIndex }}">
|
||||
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion_entry_{{ currentIndex }}" href="#collapse_entry_{{ currentIndex }}" aria-expanded="true">
|
||||
<h3><span>Einreisebestimmungen</span><i class="indicator pull-right icon-plus"></i></h3>
|
||||
<h3><span>Einreise-, Visabestimmungen und gesundheitspolizeilichen Vorschriften</span><i class="indicator pull-right icon-plus"></i></h3>
|
||||
</a>
|
||||
<div id="collapse_entry_{{ currentIndex }}" class="panel-collapse collapse acc_nationality_panel" aria-expanded="true" style="">
|
||||
<div class="panel-body">
|
||||
|
|
@ -686,16 +686,14 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
{{ form_widget(form.acceptProcessing) }}
|
||||
<label for="{{ form.acceptProcessing.vars.id }}" style="line-height: 1.2em;">Einwilligungserklärung: Hiermit willige ich in die Verarbeitung der von mir freiwillig
|
||||
<div class="">
|
||||
<label for="" style="line-height: 1.2em;">Einwilligungserklärung: Hiermit willige ich in die Verarbeitung der von mir freiwillig
|
||||
angegebenen personenbezogenen Daten ein.
|
||||
Ich wurde darüber informiert, dass ich diese Einwilligung jederzeit ohne Nachteile per Mail an
|
||||
stern@sterntours.de widerrufen kann.
|
||||
|
||||
</label>
|
||||
{{ form_errors(form.acceptProcessing) }}
|
||||
<div class="help-block with-errors"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -101,8 +101,6 @@ class BookingRequest
|
|||
|
||||
private $acceptPrivacy = false;
|
||||
|
||||
private $acceptProcessing = false;
|
||||
|
||||
/**
|
||||
* BookingRequest constructor.
|
||||
*/
|
||||
|
|
@ -658,21 +656,6 @@ class BookingRequest
|
|||
$this->acceptPrivacy = $acceptPrivacy;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function isAcceptProcessing()
|
||||
{
|
||||
return $this->acceptProcessing;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param mixed $acceptProcessing
|
||||
*/
|
||||
public function setAcceptProcessing($acceptProcessing)
|
||||
{
|
||||
$this->acceptProcessing = $acceptProcessing;
|
||||
}
|
||||
|
||||
/**
|
||||
* @Assert\Callback
|
||||
|
|
|
|||
|
|
@ -151,7 +151,6 @@ class BookingRequestType extends AbstractType
|
|||
->add('notes', TextareaType::class, ['required' => false])
|
||||
->add('acceptTerms', CheckboxType::class, ['required' => true])
|
||||
->add('acceptPrivacy', CheckboxType::class, ['required' => true])
|
||||
->add('acceptProcessing', CheckboxType::class, ['required' => true])
|
||||
->add('acceptLegalRights', CheckboxType::class, ['required' => true])
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue