mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
Issue 2048 fixed. Installation > rewrite_mode option UI refactoring. Not removed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11641 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c1318963c2
commit
3af8a957d7
4 changed files with 23 additions and 30 deletions
|
|
@ -10,7 +10,6 @@
|
|||
<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>
|
||||
<p>{$lang->db_desc[$val->db_type]}</p>
|
||||
</div>
|
||||
<hr>
|
||||
<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>
|
||||
<p>{$lang->db_desc[$val->db_type]}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue