mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
#1351 - Choice of template not given when there are warnings shown
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@40494 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b78b8e29f6
commit
1e5fbb9247
@ -38,14 +38,14 @@
|
||||
<p class="good">
|
||||
You're ready to install!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Template to install:</b>
|
||||
</p>
|
||||
<input type="radio" name="template" value="default" checked="checked">BlackCandy, default template ready to use.</input><br />
|
||||
<input type="radio" name="template" value="tutorial">Empty template, ready to begin the tutorial.</input><br />
|
||||
<p>You can change the template or download another from the SilverStripe website after installation.</p>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<p>
|
||||
<b>Template to install:</b>
|
||||
</p>
|
||||
<input type="radio" name="template" value="default" checked="checked">BlackCandy, default template ready to use.</input><br />
|
||||
<input type="radio" name="template" value="tutorial">Empty template, ready to begin the tutorial.</input><br />
|
||||
<p>You can change the template or download another from the SilverStripe website after installation.</p>
|
||||
|
||||
|
||||
<?php if($alreadyInstalled) { ?>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user