From f8b806f7df2358e8ff9c99b6b45b990dfd4e6c39 Mon Sep 17 00:00:00 2001 From: wrossiter Date: Thu, 25 Mar 2010 02:57:42 +0000 Subject: [PATCH] ENHANCEMENT: tidied up installer process to streamline process. Moved requirements to top and button to bottom and added visual seperation of the individual steps git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@101661 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 74541e2..d569e31 100644 --- a/install.php +++ b/install.php @@ -475,7 +475,7 @@ class InstallRequirements { $text = "All Requirements Pass but ". $warningRequirements . ' '. $pluralWarnings; } - echo "
$section See All Requirements $text
"; + echo "
$section See All Requirements $text
"; echo ""; echo $output; echo "
";