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

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> <p class="form_guide" id='fancy-form_guide'>Enable fancy (pretty) URLs. Auto-detection failed, it depends on Javascript.</p>
</li> </li>
<li> <li>
<label for="host">Hostname</label> <label for="dbtype">Type</label>
<input type="text" id="host" name="host" /> <input type="radio" name="dbtype" id="fancy-mysql" value="enable" checked='checked' /> MySQL<br />
<p class="form_guide">Database hostname</p> <input type="radio" name="dbtype" id="dbtype-pgsql" value="" /> PostgreSQL<br />
<p class="form_guide">Database type</p>
</li> </li>
<li> <li>
<label for="host">Database</label> <label for="host">Name</label>
<input type="text" id="database" name="database" /> <input type="text" id="database" name="database" />
<p class="form_guide">Database name</p> <p class="form_guide">Database name</p>
</li> </li>