We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd10e54 commit 1c49a42Copy full SHA for 1c49a42
Template/config/application.php
@@ -1,3 +1,6 @@
1
-<?= $this->form->label(t('Email domain restriction for sign up'), 'registration_email_domain') ?>
2
-<?= $this->form->text('registration_email_domain', $values, $errors, array('placeholder="domain1.tld, domain2.tld, domain3.tld"')) ?>
3
-<p class="form-help"><?= t('Only people with this email address will be allowed to sign up.') ?></p>
+<fieldset>
+ <legend><?= t('Registration') ?></legend>
+ <?= $this->form->label(t('Email domain restriction for sign up'), 'registration_email_domain') ?>
4
+ <?= $this->form->text('registration_email_domain', $values, $errors, array('placeholder="domain1.tld, domain2.tld, domain3.tld"')) ?>
5
+ <p class="form-help"><?= t('Only people with this email address will be allowed to sign up.') ?></p>
6
+</fieldset>
0 commit comments