diff options
Diffstat (limited to 'templates/upgrade_ready.tpl')
| -rw-r--r-- | templates/upgrade_ready.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/upgrade_ready.tpl b/templates/upgrade_ready.tpl index 9f69d67..f8a598c 100644 --- a/templates/upgrade_ready.tpl +++ b/templates/upgrade_ready.tpl @@ -22,10 +22,10 @@ </div> <div class="form-group"> - {forminput} - <label class="checkbox"><input type="checkbox" name="debug" id="debug" value="true" /> Debug mode</label> + {forminput label="checkbox"} + <input type="checkbox" name="debug" id="debug" value="true" /> Debug mode + {formhelp note="Display SQL statements."} {/forminput} - {formhelp note="Display SQL statements."} </div> <div class="form-group"> |
