diff options
| author | spiderr <spider@viovio.com> | 2013-04-01 15:57:38 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-01 15:57:38 -0400 |
| commit | 0303402de2d6b5c29c4cf64ee634588ceb2908ee (patch) | |
| tree | a28c348780949a6643acf92561bdde33e014b78b /templates/install_options.tpl | |
| parent | 6b1420d8af805b4d53d0fa6a444504ac5d32a393 (diff) | |
| download | install-0303402de2d6b5c29c4cf64ee634588ceb2908ee.tar.gz install-0303402de2d6b5c29c4cf64ee634588ceb2908ee.tar.bz2 install-0303402de2d6b5c29c4cf64ee634588ceb2908ee.zip | |
bootstrap major purging
Diffstat (limited to 'templates/install_options.tpl')
| -rw-r--r-- | templates/install_options.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/install_options.tpl b/templates/install_options.tpl index 8ad526f..1ce2e15 100644 --- a/templates/install_options.tpl +++ b/templates/install_options.tpl @@ -1,26 +1,26 @@ <h1>Install Options</h1> -{form legend="Install or upgrade Bitweaver" style="text-align:center"} +{form class="form-horizontal" legend="Install or upgrade Bitweaver" style="text-align:center"} <input type="hidden" name="step" value="{$next_step}" /> <br /> - <input type="submit" name="continue_install" value="Install Bitweaver" /> + <input type="submit" class="btn" name="continue_install" value="Install Bitweaver" /> <p>Select this option if this is your first installation of Bitweaver.</p> <hr /> - <input type="submit" name="upgrade_r1" value="Upgrade from R1" /> + <input type="submit" class="btn" 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" name="upgrade" value="Upgrade database" /> + <input type="submit" class="btn" 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" name="migrate" value="Migrate database" /> + <input type="submit" class="btn" 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 |
