added dbtype to the installer form

This commit is contained in:
Brenda Wallace 2009-06-24 04:31:52 +12:00
parent 4d42bc7690
commit ac7d8163c6
1 changed files with 6 additions and 4 deletions

View File

@ -126,12 +126,14 @@ function showForm()
<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" />
<p class="form_guide">Database hostname</p>
<label for="dbtype">Type</label>
<input type="radio" name="dbtype" id="fancy-mysql" value="enable" checked='checked' /> MySQL<br />
<input type="radio" name="dbtype" id="dbtype-pgsql" value="" /> PostgreSQL<br />
<p class="form_guide">Database type</p>
</li>
<li>
<label for="host">Database</label>
<label for="host">Name</label>
<input type="text" id="database" name="database" />
<p class="form_guide">Database name</p>
</li>