diff options
Diffstat (limited to 'templates/install_database.tpl')
| -rw-r--r-- | templates/install_database.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <p class="alert alert-block">If you intend to upgrade an existing MySQL database, the required server version is greater than 4.1.</p> {/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} <p class="alert alert-block"> |
