diff options
Diffstat (limited to 'templates/admin_list_users.tpl')
| -rw-r--r-- | templates/admin_list_users.tpl | 16 |
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> |
