diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-04 11:35:18 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-04 11:35:18 -0500 |
commit | 1831506885ad31c14eb1c4c87274c299fbf39957 (patch) | |
tree | f0fcc17ef544e23106ff28923f9e5fa42c57c44f /install.php | |
parent | 4a03b665454c0b46307455ec2348f47d436311e7 (diff) |
Moved database hostname in install to db fieldset
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/install.php b/install.php index 47a09b67c..32b0447c8 100644 --- a/install.php +++ b/install.php @@ -490,11 +490,6 @@ function showForm() <input type="radio" name="fancy" id="fancy-disable" value="" /> disable<br /> <p class="form_guide" id='fancy-form_guide'>Enable fancy (pretty) URLs. Auto-detection failed, it depends on Javascript.</p> </li> - <li> - <label for="host">Hostname</label> - <input type="text" id="host" name="host" value="{$post->value('host')}" /> - <p class="form_guide">Database hostname</p> - </li> </ul> </fieldset> @@ -502,6 +497,11 @@ function showForm() <legend>Database settings</legend> <ul class="form_data"> <li> + <label for="host">Hostname</label> + <input type="text" id="host" name="host" value="{$post->value('host')}" /> + <p class="form_guide">Database hostname</p> + </li> + <li> <label for="dbtype">Type</label> $dbRadios <p class="form_guide">Database type</p> |