summaryrefslogtreecommitdiff
path: root/templates/upgrade_final_done.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-11-16 15:08:31 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-11-16 15:08:31 +0000
commitc6ea8f3bccb1a52c4797bd9954578803282f999e (patch)
treee872c43a53871ebf00053428492fd638adc4a65a /templates/upgrade_final_done.tpl
parent0d021a6ee7cb3f4364101dc9b79af4298e951ae4 (diff)
downloadinstall-c6ea8f3bccb1a52c4797bd9954578803282f999e.tar.gz
install-c6ea8f3bccb1a52c4797bd9954578803282f999e.tar.bz2
install-c6ea8f3bccb1a52c4797bd9954578803282f999e.zip
add notes
Diffstat (limited to 'templates/upgrade_final_done.tpl')
-rw-r--r--templates/upgrade_final_done.tpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/upgrade_final_done.tpl b/templates/upgrade_final_done.tpl
index 3ae9c88..be20714 100644
--- a/templates/upgrade_final_done.tpl
+++ b/templates/upgrade_final_done.tpl
@@ -1,6 +1,9 @@
<h1>Upgrade Process Completed</h1>
{form legend="Select what you want to do next"}
- <p>Go back to the installer to install additional packages that were not part of this upgrade</p>
+ <p>
+ Go back to the installer to install additional packages that were not part of this upgrade.<br />
+ Returning to the installer is generally a good idea, even if you don't want to install additional packages. it allows you to resolve potential problems and will insert missing permissions and settings into your database.
+ </p>
<div class="row submit">
<input type="hidden" name="step" value="{$next_step}" />
<input type="submit" name="continue_install" value="Return to Installer" />
@@ -8,7 +11,10 @@
<hr />
- <p>Enter your bitweaver site now to see if the upgrade process was successful</p>
+ <p>
+ Enter your bitweaver site now to see if the upgrade process was successful.<br />
+ You can return to the installer at any time to resolve potential issues and insert missing permissions and settings.
+ </p>
<div class="row submit">
<input type="submit" name="enter_bitweaver" value="Enter bitweaver" />
</div>