mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@41010 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
97052713ed
commit
6a57eb34b3
@ -46,15 +46,14 @@ p.error a:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
span.middleColumn {
|
span.middleColumn {
|
||||||
width: 306px;
|
width: 312px;
|
||||||
padding: 4px;
|
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
input.text, textarea, select {
|
input.text, textarea, select {
|
||||||
padding: 2px 0 0 2px;
|
padding: 2px;
|
||||||
border: 1px solid #A7A7A7;
|
border: 1px solid #A7A7A7;
|
||||||
color: #000;
|
color: #000;
|
||||||
height: 1.7em;
|
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 305px;
|
width: 305px;
|
||||||
@ -87,6 +86,6 @@ p#AdminAccount {
|
|||||||
}
|
}
|
||||||
#Layout input.action {
|
#Layout input.action {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: auto;
|
width: 160px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
@ -1,4 +1,5 @@
|
|||||||
<html>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>SilverStripe CMS Installation</title>
|
<title>SilverStripe CMS Installation</title>
|
||||||
<script type="text/js">
|
<script type="text/js">
|
||||||
@ -43,13 +44,13 @@
|
|||||||
<p class="good">
|
<p class="good">
|
||||||
You're ready to install!
|
You're ready to install!
|
||||||
</p>
|
</p>
|
||||||
<?php } ?>
|
<?php } ?> -->
|
||||||
<p>
|
<p>
|
||||||
<b>Template to install:</b>
|
<b>Template to install:</b>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<input type="radio" name="template" value="default" checked="checked">BlackCandy, default template ready to use.</input><br />
|
<input type="radio" name="template" value="default" id="BlackCandy" checked="checked" /><label for="BlackCandy">BlackCandy, default template ready to use.</label>
|
||||||
<input type="radio" name="template" value="tutorial">Empty template, ready to begin the tutorial.</input><br />
|
<input type="radio" name="template" value="tutorial" id="EmptyTemplate" /><label for="EmptyTemplate">Empty template, ready to begin the tutorial.</label>
|
||||||
</p>
|
</p>
|
||||||
<p>You can change the template or download another from the SilverStripe website after installation.</p>
|
<p>You can change the template or download another from the SilverStripe website after installation.</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user