Commit 3e2adbc9fd70cff85b3974f928cbc283f0d17abf
1 parent
4aa0fc46
Story Id: 779236 Updated Templating
Committed by: Jarrett Jordaan Reviewed by: Paul Barrett
Showing
3 changed files
with
5 additions
and
4 deletions
setup/wizard/steps/complete.php
| ... | ... | @@ -145,6 +145,7 @@ class complete extends Step { |
| 145 | 145 | . 'This may present a security problem if your documents can be accessed from the web, ' |
| 146 | 146 | . 'working around the permission system in KnowledgeTree.</td>'; |
| 147 | 147 | $this->paths_check = 'cross_orange'; |
| 148 | + $this->warnings[] = 'Move var directory'; | |
| 148 | 149 | } |
| 149 | 150 | else { |
| 150 | 151 | $this->temp_variables['docLocation'] = sprintf($html, 'tick', '', 'Your document directory is outside the web root.'); | ... | ... |
setup/wizard/templates/complete.tpl
| ... | ... | @@ -9,8 +9,8 @@ that things are still set up correctly.</p> |
| 9 | 9 | <?php |
| 10 | 10 | if($errors || $warnings){ |
| 11 | 11 | echo '<div>' |
| 12 | - . '<a href="http://wiki.knowledgetree.com/Web_Based_Installer#PHP_Dependencies" target="_blank">' | |
| 13 | - . 'Click Here for help on overcoming dependency issues</a></div><br/>'; | |
| 12 | + . '<a href="http://wiki.knowledgetree.com/Web_Based_Installer#Post_Install" target="_blank">' | |
| 13 | + . 'Click Here for help on overcoming post install issues</a></div><br/>'; | |
| 14 | 14 | } |
| 15 | 15 | ?> |
| 16 | 16 | |
| ... | ... | @@ -80,7 +80,7 @@ if($errors || $warnings){ |
| 80 | 80 | <form> |
| 81 | 81 | <div class="buttons"> |
| 82 | 82 | <!-- <a href="index.php?step_name=complete&step=previous" class="previous">Previous</a>--> |
| 83 | -<!-- <a href="">Refresh</a>--> | |
| 83 | + <a href="">Refresh</a> | |
| 84 | 84 | <a href="../../">Goto Login</a> |
| 85 | 85 | <?php |
| 86 | 86 | if (INSTALL_TYPE == 'Zend') { | ... | ... |
setup/wizard/templates/services.tpl
| ... | ... | @@ -8,7 +8,7 @@ This checkup ensures that your environment is ready to support KnowledgeTree's b |
| 8 | 8 | if($errors || $warnings){ |
| 9 | 9 | echo '<div>' |
| 10 | 10 | . '<a href="http://wiki.knowledgetree.com/Web_Based_Installer#Service_Dependencies" target="_blank">' |
| 11 | - . 'Click Here for help on overcoming service issues</a></div><br/>'; | |
| 11 | + . 'Click Here for help on overcoming services issues</a></div><br/>'; | |
| 12 | 12 | } |
| 13 | 13 | ?> |
| 14 | 14 | <?php if(!$alreadyInstalled) { ?> | ... | ... |