mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
if mysqli disabled, use mysql default set
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12583 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b05b230036
commit
1dfd44ecff
2 changed files with 17 additions and 2 deletions
|
|
@ -7,11 +7,11 @@
|
|||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="dispInstallDBForm" />
|
||||
<div class="x_control-group" loop="DB::getEnableList() => $key,$val">
|
||||
<label for="db_type_{$val->db_type}"><input name="db_type" type="radio" value="{$val->db_type}" disabled="disabled"|cond="!$val->enable" id="db_type_{$val->db_type}" checked="checked"|cond="$val->db_type=='mysqli'" /> {$val->db_type}</label>
|
||||
<label for="db_type_{$val->db_type}"><input name="db_type" type="radio" value="{$val->db_type}" disabled="disabled"|cond="!$val->enable" id="db_type_{$val->db_type}" checked="checked"|cond="$val->db_type==$defaultDatabase" /> {$val->db_type}</label>
|
||||
<p>{$lang->db_desc[$val->db_type]}</p>
|
||||
</div>
|
||||
<div class="x_control-group x_muted" loop="DB::getDisableList() => $key,$val">
|
||||
<label for="db_type_{$val->db_type}"><input name="db_type" type="radio" value="{$val->db_type}" disabled="disabled"|cond="!$val->enable" id="db_type_{$val->db_type}" checked="checked"|cond="$val->db_type=='mysqli'" /> {$val->db_type}<em>({$lang->can_use_when_installed})</em></label>
|
||||
<label for="db_type_{$val->db_type}"><input name="db_type" type="radio" value="{$val->db_type}" disabled="disabled"|cond="!$val->enable" id="db_type_{$val->db_type}" /> {$val->db_type}<em>({$lang->can_use_when_installed})</em></label>
|
||||
<p>{$lang->db_desc[$val->db_type]}</p>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue