diff options
Diffstat (limited to 'templates/install_database_done.tpl')
| -rw-r--r-- | templates/install_database_done.tpl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/install_database_done.tpl b/templates/install_database_done.tpl index 85fd905..ceca098 100644 --- a/templates/install_database_done.tpl +++ b/templates/install_database_done.tpl @@ -78,11 +78,9 @@ {if isset( $has_innodb_support )} <div class="form-group"> - {forminput} - <label class="checkbox"> - <input type="checkbox" name="use_innodb" id="use_innodb" {if $has_innodb_support eq 'DEFAULT'}checked="checked"{/if} />Use InnoDB tables - {formhelp note="Your database server supports InnoDB which provides MySQL with a transaction-safe storage engine that has commit, rollback, and crash recovery capabilities. You usually want this for safest possible data storage. Otherwise the standard MyIsam engine is used."} - </label> + {forminput label="checkbox"} + <input type="checkbox" name="use_innodb" id="use_innodb" {if $has_innodb_support eq 'DEFAULT'}checked="checked"{/if} />Use InnoDB tables + {formhelp note="Your database server supports InnoDB which provides MySQL with a transaction-safe storage engine that has commit, rollback, and crash recovery capabilities. You usually want this for safest possible data storage. Otherwise the standard MyIsam engine is used."} {/forminput} </div> {/if} |
