summaryrefslogtreecommitdiff
path: root/templates/admin_list_users.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-11-19 16:19:42 -0500
committerspiderr <spider@viovio.com>2014-11-19 16:19:42 -0500
commitda698193c092891074a29489c9319cff10453038 (patch)
tree18c0cd2a9ff431f4f73ec235f57d15faa5b08cd7 /templates/admin_list_users.tpl
parente348ecfce65863607dc84d4c96d15aa42787ce15 (diff)
downloadusers-da698193c092891074a29489c9319cff10453038.tar.gz
users-da698193c092891074a29489c9319cff10453038.tar.bz2
users-da698193c092891074a29489c9319cff10453038.zip
add-forminput-label-param-for-bs3
Diffstat (limited to 'templates/admin_list_users.tpl')
-rw-r--r--templates/admin_list_users.tpl16
1 files changed, 6 insertions, 10 deletions
diff --git a/templates/admin_list_users.tpl b/templates/admin_list_users.tpl
index 7279232..18eca53 100644
--- a/templates/admin_list_users.tpl
+++ b/templates/admin_list_users.tpl
@@ -86,28 +86,24 @@
<div class="form-group">
{forminput}
- <label class="checkbox">
+ {forminput label="checkbox"}
<input type="checkbox" name="admin_verify_user" id="admin_verify_user" /> {tr}Validate user by email{/tr}
{formhelp note="This will email the user a validation url with a temporary one time password. On validation the user is forced to choose a new password."}
- </label>
+ {/forminput}
{/forminput}
</div>
<div class="form-group">
- {forminput}
- <label class="checkbox">
- <input type="checkbox" name="admin_verify_email" id="admin_verify_email" /> {tr}Validate email address{/tr}
- {formhelp note="This feature should be used only when you need the maximum security and should be used with discretion. If a visitor's email server is not responding, they will not be able to register. You also must have a valid sender email to use this feature."}
- </label>
+ {forminput label="checkbox"}
+ <input type="checkbox" name="admin_verify_email" id="admin_verify_email" /> {tr}Validate email address{/tr}
+ {formhelp note="This feature should be used only when you need the maximum security and should be used with discretion. If a visitor's email server is not responding, they will not be able to register. You also must have a valid sender email to use this feature."}
{/forminput}
</div>
<div class="form-group">
- {forminput}
- <label class="checkbox">
+ {forminput label="checkbox"}
<input type="checkbox" name="admin_noemail_user" id="admin_noemail_user" /> {tr}Don't email added user" for="admin_noemail_user{/tr}
{formhelp note="If you for some reason don't want to email the added user the login and password, or validation url."}
- </label>
{/forminput}
</div>