diff options
| author | spiderr <spider@viovio.com> | 2014-11-19 16:19:39 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-11-19 16:19:39 -0500 |
| commit | 8c81215a4f6c2602d20dc6c3eb7fe2ba608c72a0 (patch) | |
| tree | 699ec252bea0a0f0e946e58e986982952427b931 /templates/install_admin_inc.tpl | |
| parent | 63b6467636035abff64a9c9f58eff7ca9d249b6e (diff) | |
| download | install-8c81215a4f6c2602d20dc6c3eb7fe2ba608c72a0.tar.gz install-8c81215a4f6c2602d20dc6c3eb7fe2ba608c72a0.tar.bz2 install-8c81215a4f6c2602d20dc6c3eb7fe2ba608c72a0.zip | |
add-forminput-label-param-for-bs3
Diffstat (limited to 'templates/install_admin_inc.tpl')
| -rw-r--r-- | templates/install_admin_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_admin_inc.tpl b/templates/install_admin_inc.tpl index 0b980b7..47f4eeb 100644 --- a/templates/install_admin_inc.tpl +++ b/templates/install_admin_inc.tpl @@ -50,10 +50,10 @@ <div class="form-group"> {forminput} - <label class="checkbox"> + {forminput label="checkbox"} <input type="checkbox" name="testemail" id="testemail" value="y" checked="checked" /> {tr}Test Email Transport{/tr} - </label> + {/forminput} {formhelp note="Check this box to send a test email to the above address. This will let you know if the mailing system is working."} {/forminput} </div> |
