summaryrefslogtreecommitdiff
path: root/templates/install_database.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 00:35:42 -0400
committerspiderr <spider@viovio.com>2013-04-02 00:35:42 -0400
commit421b691ab56cb638925714057d205d3cb395b4b2 (patch)
tree5a6abdc41c7ef10b70b6cd7704a9263c69eabe27 /templates/install_database.tpl
parent6d611487c27bf1c767969133997c5bca3eba82fe (diff)
downloadinstall-421b691ab56cb638925714057d205d3cb395b4b2.tar.gz
install-421b691ab56cb638925714057d205d3cb395b4b2.tar.bz2
install-421b691ab56cb638925714057d205d3cb395b4b2.zip
lots of bootstratp cleanup
Diffstat (limited to 'templates/install_database.tpl')
-rw-r--r--templates/install_database.tpl17
1 files changed, 9 insertions, 8 deletions
diff --git a/templates/install_database.tpl b/templates/install_database.tpl
index fb01a92..a2cd380 100644
--- a/templates/install_database.tpl
+++ b/templates/install_database.tpl
@@ -7,7 +7,7 @@
<div class="control-group">
{if $warning or $error or $success}
{if $warning}
- <p class="warning">
+ <p class="alert alert-block">
We have already set up a working connection with your database. Change these settings at your own peril.
</p>
{elseif $error}
@@ -48,20 +48,20 @@
{formlabel label="Database type" for="db"}
{forminput}
{if $section eq 'Upgrade'}
- <p class="warning">If you intend to upgrade an existing MySQL database, the required server version is greater than 4.1.</p>
+ <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%"}
{formhelp note="The type of database you intend to use."}
{if $mysqlWarning}
- <p class="warning">
+ <p class="alert alert-block">
Versions of MySQL less than 4.1 are not supported by some packages due to the <a href="http://dev.mysql.com/doc/refman/4.1/en/subqueries.html">lack of subquery support</a>. Notable among these are the <a href="http://www.bitweaver.org/wiki/BoardsPackage">Boards</a> and <a href="http://www.bitweaver.org/wiki/MessagesPackage">Messages</a> packages. Other packages may also have issues. It is recommended that you use MySQL version 4.1 or higher for the best experience with Bitweaver. It <em>may</em> be possible to use a lower versions of MySQL if you do not install these packages.
</p>
{/if}
{else}
- <p class="warning">You currently have no database installed that works here. If you feel this is wrong, please contact the <a class="external" href="http://www.bitweaver.org/">Bitweaver team</a>.</p>
+ <p class="alert alert-block">You currently have no database installed that works here. If you feel this is wrong, please contact the <a class="external" href="http://www.bitweaver.org/">Bitweaver team</a>.</p>
{/if}
- <p class="warning">If the database you wish to use is not listed above, the version of PHP on this server does not have support for that database installed or compiled in.</p>
+ <p class="alert alert-block">If the database you wish to use is not listed above, the version of PHP on this server does not have support for that database installed or compiled in.</p>
{/forminput}
</div>
@@ -166,9 +166,10 @@
<div class="control-group">
{forminput}
- <input type="hidden" name="dbcase" value="{$gBitDbCaseSensitivity}" />
+ <input type="submit" class="btn btn-primary" value="Confirm Settings" name="submit_db_info" />
{/forminput}
- <input type="hidden" name="resetdb" value="{$resetdb}" />
- <input type="submit" class="btn" value="Confirm Settings" name="submit_db_info" />
</div>
+
+ <input type="hidden" name="dbcase" value="{$gBitDbCaseSensitivity}" />
+ <input type="hidden" name="resetdb" value="{$resetdb}" />
{/form}