diff options
| author | Bitweaver <bitweaver@bitweaver.org> | 2013-05-07 15:24:18 -0400 |
|---|---|---|
| committer | Bitweaver <bitweaver@bitweaver.org> | 2013-05-07 15:24:18 -0400 |
| commit | d02645394734b460143a7eb6a17ee9d5e5403100 (patch) | |
| tree | 6331601b2cedc7b10981acd40893a6f0d7adc164 | |
| parent | 128ef050e87be55de20ec77d7e1ae2d51dca98e1 (diff) | |
| download | install-d02645394734b460143a7eb6a17ee9d5e5403100.tar.gz install-d02645394734b460143a7eb6a17ee9d5e5403100.tar.bz2 install-d02645394734b460143a7eb6a17ee9d5e5403100.zip | |
little bit of UI cleanup
| -rw-r--r-- | templates/install_admin_inc_done.tpl | 3 | ||||
| -rw-r--r-- | templates/install_database_done.tpl | 10 |
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} |
