Commit 3e2adbc9fd70cff85b3974f928cbc283f0d17abf

Authored by jarrett
1 parent 4aa0fc46

Story Id: 779236 Updated Templating

Committed by: Jarrett Jordaan

Reviewed by: Paul Barrett
setup/wizard/steps/complete.php
@@ -145,6 +145,7 @@ class complete extends Step { @@ -145,6 +145,7 @@ class complete extends Step {
145 . 'This may present a security problem if your documents can be accessed from the web, ' 145 . 'This may present a security problem if your documents can be accessed from the web, '
146 . 'working around the permission system in KnowledgeTree.</td>'; 146 . 'working around the permission system in KnowledgeTree.</td>';
147 $this->paths_check = 'cross_orange'; 147 $this->paths_check = 'cross_orange';
  148 + $this->warnings[] = 'Move var directory';
148 } 149 }
149 else { 150 else {
150 $this->temp_variables['docLocation'] = sprintf($html, 'tick', '', 'Your document directory is outside the web root.'); 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.&lt;/p&gt; @@ -9,8 +9,8 @@ that things are still set up correctly.&lt;/p&gt;
9 <?php 9 <?php
10 if($errors || $warnings){ 10 if($errors || $warnings){
11 echo '<div>' 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,7 +80,7 @@ if($errors || $warnings){
80 <form> 80 <form>
81 <div class="buttons"> 81 <div class="buttons">
82 <!-- <a href="index.php?step_name=complete&step=previous" class="previous">Previous</a>--> 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 <a href="../../">Goto Login</a> 84 <a href="../../">Goto Login</a>
85 <?php 85 <?php
86 if (INSTALL_TYPE == 'Zend') { 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&#39;s b @@ -8,7 +8,7 @@ This checkup ensures that your environment is ready to support KnowledgeTree&#39;s b
8 if($errors || $warnings){ 8 if($errors || $warnings){
9 echo '<div>' 9 echo '<div>'
10 . '<a href="http://wiki.knowledgetree.com/Web_Based_Installer#Service_Dependencies" target="_blank">' 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 <?php if(!$alreadyInstalled) { ?> 14 <?php if(!$alreadyInstalled) { ?>