mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Tidied up the layout of the Themes area of the installer slightly - now consistent helptext as other areas (from r101687)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112022 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d3129b8964
commit
c4e8624794
@ -232,11 +232,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h4><em class="inlineBarText">Theme</em> <span>Step: 4 of 5</span></h4>
|
<h4><em class="inlineBarText">Theme</em> <span>Step: 4 of 5</span></h4>
|
||||||
<p>You can change the theme or <a href="http://silverstripe.org/themes">download</a> another from the SilverStripe website after installation.</p>
|
<p class="helpText">You can change the theme or <a href="http://silverstripe.org/themes">download</a> another from the SilverStripe website after installation.</p>
|
||||||
<ul id="Themes">
|
<div class="field">
|
||||||
<li><input type="radio" name="template" value="blackcandy" id="BlackCandy" <?php if(!isset($_POST['template']) || $_POST['template'] == 'blackcandy') {?>checked="checked"<?php }?>><label for="BlackCandy"><a href="http://silverstripe.org/blackcandy/">BlackCandy</a> - our default theme ready to use.</label></li>
|
<ul id="Themes">
|
||||||
<li><input type="radio" name="template" value="tutorial" id="EmptyTemplate" <?php if(isset($_POST['template']) && $_POST['template'] == 'tutorial') {?>checked="checked"<?php }?>><label for="EmptyTemplate">Empty template - ready to begin the <a href="http://doc.silverstripe.org/doku.php?id=tutorials" target="_blank">tutorial</a>.</label></li>
|
<li><input type="radio" name="template" value="blackcandy" id="BlackCandy" <?php if(!isset($_POST['template']) || $_POST['template'] == 'blackcandy') {?>checked="checked"<?php }?>><label for="BlackCandy"><a href="http://silverstripe.org/blackcandy/">BlackCandy</a> - our default theme ready to use.</label></li>
|
||||||
</ul>
|
<li><input type="radio" name="template" value="tutorial" id="EmptyTemplate" <?php if(isset($_POST['template']) && $_POST['template'] == 'tutorial') {?>checked="checked"<?php }?>><label for="EmptyTemplate">Empty template - ready to begin the <a href="http://doc.silverstripe.org/doku.php?id=tutorials" target="_blank">tutorial</a>.</label></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h4 id="install"><em class="inlineBarText">Confirm Install</em> <span>Step: 5 of 5</span></h4>
|
<h4 id="install"><em class="inlineBarText">Confirm Install</em> <span>Step: 5 of 5</span></h4>
|
||||||
|
|
||||||
@ -249,7 +251,7 @@
|
|||||||
<p id="stats-container">
|
<p id="stats-container">
|
||||||
<input type="checkbox" id="stats" name="stats" checked="checked">
|
<input type="checkbox" id="stats" name="stats" checked="checked">
|
||||||
<label for="stats">Send information about my webserver to silverstripe.org<br />
|
<label for="stats">Send information about my webserver to silverstripe.org<br />
|
||||||
<small>(anonymized version information, used for statistical purposes)</small>
|
<small>(anonymous version information, used for statistical purposes)</small>
|
||||||
</label><p>
|
</label><p>
|
||||||
|
|
||||||
<?php if($alreadyInstalled) { ?>
|
<?php if($alreadyInstalled) { ?>
|
||||||
|
@ -17,7 +17,9 @@ body {
|
|||||||
|
|
||||||
ul#Themes{
|
ul#Themes{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 5px;
|
margin: 0 5px 20px 5px;
|
||||||
|
float: left;
|
||||||
|
width: 320px;
|
||||||
}
|
}
|
||||||
ul#Themes li {
|
ul#Themes li {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
Loading…
Reference in New Issue
Block a user