Skip to content

Commit

Permalink
Update value.checkbox-privacy_policy.tpl.php
Browse files Browse the repository at this point in the history
close #37
  • Loading branch information
alxndr-w authored Dec 27, 2023
1 parent 9b89996 commit 862a0cc
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 862a0cc

Please sign in to comment.