mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Consistent styling of install-sapphiremissing.html (admittedly a bit pointless, since the new styles are placed in sapphire)
This commit is contained in:
parent
70a3ca4b87
commit
ae4119ed14
@ -1,17 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>The sapphire module is missing</title>
|
||||
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/layout.css" />
|
||||
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/typography.css" />
|
||||
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/form.css" />
|
||||
<link rel="stylesheet" type="text/css" href="sapphire/dev/install/install.css" />
|
||||
<link rel="stylesheet" type="text/css" href="sapphire/dev/install/css/install.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="BgContainer">
|
||||
<div id="Container">
|
||||
<div id="Header">
|
||||
<h1>SilverStripe CMS Installation</h1>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="Navigation"> </div>
|
||||
@ -19,13 +15,12 @@
|
||||
|
||||
<div id="Layout">
|
||||
<div class="typography">
|
||||
<h1>The sapphire module is missing</h1>
|
||||
<h2>To run the installer, at least the sapphire module and the blackcandy theme are required</h2>
|
||||
<p><strong>The sapphire module is missing</strong> - To run the installer, at least the 'sapphire' module and the 'simple' theme are required</p>
|
||||
|
||||
<p>If you downloaded a pre-packaged zip or tar.gz, something might have gone wrong with the packaging
|
||||
process. Please try re-downloading, or try an older version</p>
|
||||
|
||||
<p>If you downloaded this from github, you need to install the sapphire and blackcandy code bases
|
||||
<p>If you downloaded this from github, you need to install the 'sapphire' and 'simple' theme code bases
|
||||
in subdirectories of this directory. You can do this manually, or by running the tools/new-project
|
||||
script from the command line</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user