Commit 1fadd3cf8c439c3edffc7c82326701cb9b8e532d
1 parent
8959d8e6
KTS-4451 Wiki link updated
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
1 changed file
with
1 additions
and
5 deletions
setup/migrate/templates/database.tpl
| ... | ... | @@ -9,13 +9,10 @@ |
| 9 | 9 | <div id="step_content_<?php echo $step_name; ?>" class="step"> |
| 10 | 10 | <p class="empty_space">The Setup Wizard will now migrate your existing database to the new Zend Server stack. This process may take |
| 11 | 11 | several minutes to complete.</p><br /> |
| 12 | - <span class="error">Please ensure that your database is backed up before proceeding. If you need assistance with backing up see the <a class="description_click" target="_blank" href="http://wiki.knowledgetree.com/Backing_up_and_restoring_KnowledgeTree">'Backing up and restoring KnowledgeTree' wiki entry.</a> | |
| 12 | + <span class="error">Please ensure that your database is backed up before proceeding. If you need assistance with backing up see the <a class="description_click" target="_blank" href="http://wiki.knowledgetree.com/Backing_up_and_restoring_KnowledgeTree">'Backing up and restoring KnowledgeTree'</a> wiki entry. | |
| 13 | 13 | </span> |
| 14 | 14 | <br /><br /> |
| 15 | 15 | <p class="empty_space">Click <b>Next</b> to continue.</p> |
| 16 | -<!-- <br/>--> | |
| 17 | -<!-- <span class="error">!!NB!! You are advised to backup your database before proceeding. !!NB!!</span>--> | |
| 18 | -<!-- <br/><br/>--> | |
| 19 | 16 | <?php if(isset($errors)) { ?> |
| 20 | 17 | <?php |
| 21 | 18 | foreach ($errors as $error) { |
| ... | ... | @@ -51,7 +48,6 @@ |
| 51 | 48 | </div> |
| 52 | 49 | <input type="submit" name="Previous" value="Previous" class="button_previous"/> |
| 53 | 50 | <input type="submit" name="Next" value="Next" class="button_next"/> |
| 54 | -<!-- <input type="submit" name="Backup" value="Backup" class="button_next"/>--> | |
| 55 | 51 | </form> |
| 56 | 52 | <script type="text/javascript"> |
| 57 | 53 | $("#duname").focus(); | ... | ... |