Commit 7b4a8353a614d880048dec900b651a6135d2a47e
1 parent
80de7c72
KTS-4450 : Decreased Font Size
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
2 changed files
with
3 additions
and
3 deletions
setup/migrate/templates/database.tpl
| ... | ... | @@ -7,12 +7,12 @@ |
| 7 | 7 | <!-- user on the database server are required in order to be able to configure and migrate the database.--> |
| 8 | 8 | </div> |
| 9 | 9 | <div id="step_content_<?php echo $step_name; ?>" class="step"> |
| 10 | -<p class="empty_space">The Setup Wizard will now migrate your existing database to the new Zend Server stack. This process may take | |
| 10 | +<p class="description">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 | 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 | - <p class="empty_space">Click <b>Next</b> to continue.</p> | |
| 15 | + <p class="description">Click <b>Next</b> to continue.</p> | |
| 16 | 16 | <?php if(isset($errors)) { ?> |
| 17 | 17 | <?php |
| 18 | 18 | foreach ($errors as $error) { | ... | ... |
setup/migrate/templates/installation.tpl
| ... | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | <a href="http://wiki.knowledgetree.com/Web_Based_Migrater#Current_Installation" target="_blank">Click here for help on overcoming upgrade issues </a> |
| 26 | 26 | <?php } ?> |
| 27 | 27 | <div id="step_content_<?php echo $step_name; ?>" class="step"> |
| 28 | - <p class="empty_space"> | |
| 28 | + <p class="description"> | |
| 29 | 29 | Enter the full path of the installation you wish to upgrade: |
| 30 | 30 | </p> |
| 31 | 31 | <p class="empty_space"> | ... | ... |