summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/install_admin_inc_done.tpl3
-rw-r--r--templates/install_database_done.tpl10
2 files changed, 7 insertions, 6 deletions
diff --git a/templates/install_admin_inc_done.tpl b/templates/install_admin_inc_done.tpl
index e135ad2..9073e3c 100644
--- a/templates/install_admin_inc_done.tpl
+++ b/templates/install_admin_inc_done.tpl
@@ -59,8 +59,7 @@
{formfeedback error=$mail.warning}
{tr}You will have to consult your server adminstrator to fix this issue.{/tr}
{else}
- {formfeedback note=$mail.success}
- {tr}Please check your inbox to confirm that the email was sent.{/tr}
+ {formfeedback note="`$mail.success` Please check your inbox to confirm that the email was sent."}
{/if}
{/forminput}
</div>
diff --git a/templates/install_database_done.tpl b/templates/install_database_done.tpl
index eb50895..d6a8379 100644
--- a/templates/install_database_done.tpl
+++ b/templates/install_database_done.tpl
@@ -78,10 +78,12 @@
{if isset( $has_innodb_support )}
<div class="control-group">
- <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 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}
</div>
{/if}