diff options
| author | santo spider <spider@santo> | 2014-05-06 15:17:20 -0400 |
|---|---|---|
| committer | santo spider <spider@santo> | 2014-05-06 15:17:20 -0400 |
| commit | 42b9a40fa92c8b1e871896dd1faf8621b073dfa6 (patch) | |
| tree | 5d1f7f7e802f759cd6e83166f1b17545bccb358e /templates | |
| parent | 61fd428ea9bd5d5ec51ea6fc7e2710edd912a405 (diff) | |
| download | install-42b9a40fa92c8b1e871896dd1faf8621b073dfa6.tar.gz install-42b9a40fa92c8b1e871896dd1faf8621b073dfa6.tar.bz2 install-42b9a40fa92c8b1e871896dd1faf8621b073dfa6.zip | |
remove upgrade stuff
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/install_options.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/install_options.tpl b/templates/install_options.tpl index 1ce2e15..d60464d 100644 --- a/templates/install_options.tpl +++ b/templates/install_options.tpl @@ -3,9 +3,9 @@ {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" class="btn" name="continue_install" value="Install Bitweaver" /> +{* + <br /> <p>Select this option if this is your first installation of Bitweaver.</p> <hr /> @@ -22,5 +22,6 @@ <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 +{/form} |
