From b152e79de386272efd82524c20f91bd2b1a6e416 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 10 Feb 2010 03:52:08 +0000 Subject: [PATCH] MINOR Tidy up of install template git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@98666 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/install/config-form.html | 85 +++++++++++++++++++++++++----------- dev/install/install.css | 1 + 2 files changed, 60 insertions(+), 26 deletions(-) diff --git a/dev/install/config-form.html b/dev/install/config-form.html index b70a5a679..02e89865c 100644 --- a/dev/install/config-form.html +++ b/dev/install/config-form.html @@ -17,7 +17,6 @@ -
@@ -101,12 +100,10 @@
-

    $title) { $checked = ($databaseConfig['type'] == $class) ? ' checked="checked"' : ''; - $disabled = ''; global $usingEnv; if($usingEnv) { @@ -117,7 +114,6 @@ $checked = ' checked="checked"'; } } - echo "
  • "; echo ""; echo ""; @@ -125,29 +121,64 @@ } ?>
- - > - - > - - > - - - +
+ + + > + +
+
+ + + > + +
+
+ + + > + +
+
+ + + + +
+
+ +
+

SilverStripe stores its content in a relational SQL database. Please provide the username and password to connect to the server here. If this account has permission to create databases, then we will create the database for you; otherwise, you must give the name of a database that already exists.

showTable("Database Configuration"); ?> - +

SilverStripe Administration Account

- - > - - > - - - - +
+ + + > + +
+
+ + + > + +
+
+ + + + +
+
+ + + + +

@@ -158,8 +189,11 @@

Development Servers

- + + +

@@ -174,7 +208,6 @@

-
@@ -184,4 +217,4 @@ - + \ No newline at end of file diff --git a/dev/install/install.css b/dev/install/install.css index ad850fe50..c517024e2 100644 --- a/dev/install/install.css +++ b/dev/install/install.css @@ -132,6 +132,7 @@ div.section { width: 200px; overflow: hidden; margin: 0; + margin-top: 15px; } #database_selection li { float: left;