Skip to content
Snippets Groups Projects
Commit 0397a7ba authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #15507 [fid_bbi] change link to privacy notice in feedback form

parent 4f787171
No related merge requests found
......@@ -48,6 +48,10 @@ body {
order: 99;
}
.margin-r-2 {
margin-right: 2px;
}
// Header
.navbar {
background-color: $brand-secondary;
......
......@@ -44,13 +44,12 @@
<? $counter++; ?>
<? if($counter == $countElements) : ?>
<div class="form-group">
<input id="confirmPrivacy" name="confirmPrivacy" type="checkbox" required>
<input id="confirmPrivacy" name="confirmPrivacy" type="checkbox" class="margin-r-2" required>
<label for="confirmPrivacy">
<?php $url = "'" . $this->url('content-page', ['page' => 'privacy']) . "'"; ?>
<?=
$this->translate(
'email_contact_policy',
['%%policy_link%%' => '<a onclick="window.open(' . $url . ')">' . $this->transEsc('Privacy Policy') . '</a>']
['%%policy_link%%' => '<a target="_blank" href="'. $this->url('fid/user/policy') . '">' . $this->transEsc('fid::policy') . '</a>']
);
?>*
</label>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment