summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-06-06 23:33:58 +0100
committerlsces <lester@lsces.co.uk>2014-06-06 23:33:58 +0100
commitac7ede50728edb1bdd7db27c4f2b4feed39cd268 (patch)
treef111bdefd7167150d01a5ff4bc1616aef3f47c6f
parentfe319ada199c589dc12ad15d7ea5c365f8eb1b49 (diff)
downloadinstall-ac7ede50728edb1bdd7db27c4f2b4feed39cd268.tar.gz
install-ac7ede50728edb1bdd7db27c4f2b4feed39cd268.tar.bz2
install-ac7ede50728edb1bdd7db27c4f2b4feed39cd268.zip
switch to bs3 buttons
-rw-r--r--templates/install_options.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/install_options.tpl b/templates/install_options.tpl
index b0723d3..e618e81 100644
--- a/templates/install_options.tpl
+++ b/templates/install_options.tpl
@@ -5,22 +5,22 @@
<br />
- <input type="submit" class="ink-button" name="continue_install" value="Install Bitweaver" />
+ <input type="submit" class="btn btn-default" name="continue_install" value="Install Bitweaver" />
<p>Select this option if this is your first installation of Bitweaver.</p>
<hr />
- <input type="submit" class="ink-button" name="upgrade_r1" value="Upgrade from R1" />
+ <input type="submit" class="btn btn-default" name="upgrade_r1" value="Upgrade from R1" />
<p>Select this option, if you have an existing Bitweaver version 1 installed and would like to upgrade to version 2.</p>
<hr />
- <input type="submit" class="ink-button" name="upgrade" value="Upgrade database" />
+ <input type="submit" class="btn btn-default" name="upgrade" value="Upgrade database" />
<p>Select this option, if you want to upgrade from Bitweaver versions prior to 1, or from other applications such as Tikiwiki. You will be brought back to the installer once the upgrade process has been completed.</p>
<hr />
- <input type="submit" class="ink-button" name="migrate" value="Migrate database" />
+ <input type="submit" class="btn btn-default" name="migrate" value="Migrate database" />
<p>Select this option, if you wish to migrate from one database source to another, such as from MySQL to PostgreSQL. You will be brought back to the installer once the upgrade process has been completed. <strong>This feature is currently not working. It was working once and needs some attention since it hasn't been updated in a while. If you know some PHP, please help us out if you are interested in this feature.</strong><p>
{/form} \ No newline at end of file