diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-11-16 15:08:31 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-11-16 15:08:31 +0000 |
| commit | c6ea8f3bccb1a52c4797bd9954578803282f999e (patch) | |
| tree | e872c43a53871ebf00053428492fd638adc4a65a /templates/upgrade_final_done.tpl | |
| parent | 0d021a6ee7cb3f4364101dc9b79af4298e951ae4 (diff) | |
| download | install-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.tpl | 10 |
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> |
