Skip to content

Commit

Permalink
Merge pull request #64 from alexplusde/dsgvo-a11y
Browse files Browse the repository at this point in the history
DSGVO-Checkbox barrierefrei umsetzen
  • Loading branch information
alxndr-w authored Dec 27, 2023
2 parents 9b89996 + 862a0cc commit 90fd40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ytemplates/bootstrap/value.checkbox-privacy_policy.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<label>
<input <?= implode(' ', $attributes) ?> />
<i class="form-helper"></i>
<?= $this->getElement('text') ?> <a target="_blank" href="<?= rex_getUrl($this->getElement('article_id')) ?>"><?= $this->getElement('linktext') ?></a>
<?= $this->getElement('text') ?>
</label>
<p><a target="_blank" href="<?= rex_getUrl($this->getElement('article_id')) ?>"><?= $this->getElement('linktext') ?></a></p>
<?= $notice ?>
</div>

0 comments on commit 90fd40a

Please sign in to comment.