mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
설치시에 XE가 지원하는 모든 DB를 보여주도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5819 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8dfa3688e6
commit
3c0d58c94a
2 changed files with 9 additions and 5 deletions
|
|
@ -11,10 +11,10 @@
|
|||
<!--@foreach(DB::getSupportedList() as $key => $val)-->
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<input type="radio" name="db_type" value="{$val}" id="db_type_{$val}" <!--@if($val=="mysql")-->checked="checked"<!--@end-->/>
|
||||
<label for="db_type_{$val}">{$val}</label>
|
||||
<input type="radio" name="db_type" value="{$val->db_type}" <!--@if(!$val->enable)-->disabled="disabled"<!--@end--> id="db_type_{$val->db_type}" <!--@if($val->db_type=="mysql")-->checked="checked"<!--@end-->/>
|
||||
<label for="db_type_{$val->db_type}">{$val->db_type}</label>
|
||||
</th>
|
||||
<td>{$lang->db_desc[$val]}</td>
|
||||
<td>{$lang->db_desc[$val->db_type]}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue