Miscellaneous UI adjustments

This commit is contained in:
Kijin Sung 2016-01-04 13:41:22 +09:00
parent 20f8a5510a
commit d7118d37ba
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<div class="x_control-group"> <div class="x_control-group">
<label for="ftphost" class="x_control-label">{$lang->ftp_host}</label> <label for="ftphost" class="x_control-label">{$lang->ftp_host}</label>
<div class="x_controls"> <div class="x_controls">
<input name="ftp_host" value="10.25.80.77" type="text" id="ftphost" /> <input name="ftp_host" value="{$server_ip_address}" type="text" id="ftphost" />
</div> </div>
</div> </div>
<div class="x_control-group"> <div class="x_control-group">

View file

@ -11,7 +11,7 @@
<p>{$lang->db_desc[$val->db_type]}</p> <p>{$lang->db_desc[$val->db_type]}</p>
</div> </div>
<div class="x_control-group x_muted" loop="DB::getDisableList() => $key,$val"> <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}" /> {$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> <p>{$lang->db_desc[$val->db_type]}</p>
</div> </div>
<div class="ibtnArea"> <div class="ibtnArea">