summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-05-09 11:53:35 -0400
committerspiderr <spider@viovio.com>2013-05-09 11:53:35 -0400
commit7575cbd65991f93fba2bbc10dcd3beb1e0bda98f (patch)
tree05f64e568d0ba7cd4e1742efdbbbfd356736bdcf
parentd02645394734b460143a7eb6a17ee9d5e5403100 (diff)
downloadinstall-7575cbd65991f93fba2bbc10dcd3beb1e0bda98f.tar.gz
install-7575cbd65991f93fba2bbc10dcd3beb1e0bda98f.tar.bz2
install-7575cbd65991f93fba2bbc10dcd3beb1e0bda98f.zip
tweak checkbox styling
-rw-r--r--templates/install_database.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/install_database.tpl b/templates/install_database.tpl
index 5657930..ca7b639 100644
--- a/templates/install_database.tpl
+++ b/templates/install_database.tpl
@@ -136,17 +136,21 @@
</div>
<div class="control-group">
+ {forminput}
<label class="checkbox">
<input type="checkbox" name="auto_bug_submit" id="auto_bug_submit"{if $auto_bug_submit} checked="checked"{/if} />Auto submit bugs
{formhelp note="Checking this box will automatically submit fatal database errors to the Bitweaver team. If you are running a live site, consider checking this box, as it will also avoid fatal error messages from appearing to the user."}
</label>
+ {/forminput}
</div>
<div class="control-group">
+ {forminput}
<label class="checkbox">
<input type="checkbox" name="is_live" id="is_live" />Site is live
{formhelp note="Checking this will make debugging quite difficult as it will hide errors. Only check if your site is being used in a live environment right after installation."}
</label>
+ {/forminput}
</div>
<div class="control-group">