From 3e2adbc9fd70cff85b3974f928cbc283f0d17abf Mon Sep 17 00:00:00 2001 From: jarrett Date: Wed, 26 Aug 2009 11:32:28 +0200 Subject: [PATCH] Story Id: 779236 Updated Templating --- setup/wizard/steps/complete.php | 1 + setup/wizard/templates/complete.tpl | 6 +++--- setup/wizard/templates/services.tpl | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/setup/wizard/steps/complete.php b/setup/wizard/steps/complete.php index 84d0869..17552af 100644 --- a/setup/wizard/steps/complete.php +++ b/setup/wizard/steps/complete.php @@ -145,6 +145,7 @@ class complete extends Step { . 'This may present a security problem if your documents can be accessed from the web, ' . 'working around the permission system in KnowledgeTree.'; $this->paths_check = 'cross_orange'; + $this->warnings[] = 'Move var directory'; } else { $this->temp_variables['docLocation'] = sprintf($html, 'tick', '', 'Your document directory is outside the web root.'); diff --git a/setup/wizard/templates/complete.tpl b/setup/wizard/templates/complete.tpl index 047728e..6ff48b5 100644 --- a/setup/wizard/templates/complete.tpl +++ b/setup/wizard/templates/complete.tpl @@ -9,8 +9,8 @@ that things are still set up correctly.

' - . '' - . 'Click Here for help on overcoming dependency issues
'; + . '' + . 'Click Here for help on overcoming post install issues
'; } ?> @@ -80,7 +80,7 @@ if($errors || $warnings){

'; + . 'Click Here for help on overcoming services issues
'; } ?> -- libgit2 0.21.4