mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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
This commit is contained in:
parent
958d75869f
commit
f8b806f7df
@ -475,7 +475,7 @@ class InstallRequirements {
|
|||||||
$text = "All Requirements Pass but ". $warningRequirements . ' '. $pluralWarnings;
|
$text = "All Requirements Pass but ". $warningRequirements . ' '. $pluralWarnings;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<h5 class='requirement $className'>$section <a href='#'>See All Requirements</a> <span>$text</span></h5>";
|
echo "<h5 class='requirement $className'><em class='inlineBarText'>$section</em> <a href='#'>See All Requirements</a> <span>$text</span></h5>";
|
||||||
echo "<table class=\"testResults\">";
|
echo "<table class=\"testResults\">";
|
||||||
echo $output;
|
echo $output;
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
|
Loading…
Reference in New Issue
Block a user