mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
#19790379 added db check in enviroment
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8412 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
82ac064cff
commit
6e2fb02acd
13 changed files with 65 additions and 3 deletions
|
|
@ -8,7 +8,13 @@
|
|||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="dispInstallDBForm" />
|
||||
<ul class="form formDbSelect">
|
||||
<!--@foreach(DB::getSupportedList() as $key => $val)-->
|
||||
<!--@foreach(DB::getEnableList() as $key => $val)-->
|
||||
<li>
|
||||
<input name="db_type" type="radio" value="{$val->db_type}" <!--@if(!$val->enable)-->disabled="disabled"<!--@end--> id="db_type_{$val->db_type}" <!--@if($val->db_type=="mysql")-->checked="checked"<!--@end--> class="iRadio" id="cubrid" /> <label for="db_type_{$val->db_type}">{$val->db_type}</label>
|
||||
<p>{$lang->db_desc[$val->db_type]}</p>
|
||||
</li>
|
||||
<!--@end-->
|
||||
<!--@foreach(DB::getDisableList() as $key => $val)-->
|
||||
<li>
|
||||
<input name="db_type" type="radio" value="{$val->db_type}" <!--@if(!$val->enable)-->disabled="disabled"<!--@end--> id="db_type_{$val->db_type}" <!--@if($val->db_type=="mysql")-->checked="checked"<!--@end--> class="iRadio" id="cubrid" /> <label for="db_type_{$val->db_type}">{$val->db_type}</label>
|
||||
<p>{$lang->db_desc[$val->db_type]}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue