From 55c4c9065238efc152e86dd283604e04dbf35b71 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 14 Apr 2010 02:20:44 +0000 Subject: [PATCH] MINOR disable form fields if they are set from _ss_environment. See #5054 (from r98643) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102769 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/install/config-form.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/install/config-form.html b/dev/install/config-form.html index f18c58c26..45941bc13 100644 --- a/dev/install/config-form.html +++ b/dev/install/config-form.html @@ -105,11 +105,11 @@

- + id="mysql_server" class="text" type="text" name="mysql[server]" value="" /> - + id="mysql_username" class="text" type="text" name="mysql[username]" value="" /> - + id="mysql_password" class="text" type="password" name="mysql[password]" value="" />