From 2b4fbb65762a0fdcd7dc343c33640ae3f7e6d07e Mon Sep 17 00:00:00 2001 From: santo spider Date: Thu, 2 Oct 2014 16:10:00 -0400 Subject: clean up UI --- templates/install.tpl | 2 +- templates/install_bit_settings.tpl | 10 +++++----- templates/install_database.tpl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/install.tpl b/templates/install.tpl index 17fe1ce..48281d7 100644 --- a/templates/install.tpl +++ b/templates/install.tpl @@ -75,7 +75,7 @@
-
+
{include file=$install_file}
diff --git a/templates/install_bit_settings.tpl b/templates/install_bit_settings.tpl index d01b802..59202b0 100644 --- a/templates/install_bit_settings.tpl +++ b/templates/install_bit_settings.tpl @@ -18,7 +18,7 @@
{formlabel label="Browser Title" for="site_title"} {forminput} - + {formhelp note="Enter the text that should appear in the title bar of the user's browser when visiting your site."} {/forminput}
@@ -26,7 +26,7 @@
{formlabel label="Site Slogan" for="site_slogan"} {forminput} - + {formhelp note="This slogan is (usually) shown below the site title."} {/forminput}
@@ -34,7 +34,7 @@
{formlabel label="Home Page" for="bit_index"} {forminput} - {if $role_model } @@ -62,7 +62,7 @@
{formlabel label="Site Style" for="site_style"} {forminput} - {foreach from=$stylesList item=s} {/foreach} @@ -74,7 +74,7 @@
{formlabel label="Language" for="language"} {forminput} - {foreach from=$languages key=langCode item=lang} {/foreach} diff --git a/templates/install_database.tpl b/templates/install_database.tpl index 4fc890f..3097abf 100644 --- a/templates/install_database.tpl +++ b/templates/install_database.tpl @@ -51,7 +51,7 @@

If you intend to upgrade an existing MySQL database, the required server version is greater than 4.1.

{/if} {if $dbservers} - {html_options name='db' options=$dbservers id=db selected=$gBitDbType style="width:50%"} + {html_options name='db' options=$dbservers id=db selected=$gBitDbType class="form-control"} {formhelp note="The type of database you intend to use."} {if $mysqlWarning}

-- cgit v1.3