mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
#281 UI 중복 오류 수정
This commit is contained in:
parent
6150f6f682
commit
cb8bc521b2
1 changed files with 0 additions and 8 deletions
|
|
@ -20,14 +20,6 @@
|
||||||
<p class="x_help-block">{$lang->about_enable_confirm}</p>
|
<p class="x_help-block">{$lang->about_enable_confirm}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="x_control-group">
|
|
||||||
<div class="x_control-label">{$lang->enable_confirm}</div>
|
|
||||||
<div class="x_controls">
|
|
||||||
<label class="x_inline" for="enable_confirm_yes"><input type="radio" name="enable_confirm" id="enable_confirm_yes" value="Y" checked="checked"|cond="$config->enable_confirm == 'Y'" /> {$lang->cmd_yes}</label>
|
|
||||||
<label class="x_inline" for="enable_confirm_no"><input type="radio" name="enable_confirm" id="enable_confirm_no" value="N" checked="checked"|cond="$config->enable_confirm != 'Y'"/> {$lang->cmd_no}</label>
|
|
||||||
<p class="x_help-block">{$lang->about_enable_confirm}</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="x_control-group">
|
<div class="x_control-group">
|
||||||
<div class="x_control-label">{$lang->cmd_config_password_strength}</div>
|
<div class="x_control-label">{$lang->cmd_config_password_strength}</div>
|
||||||
<div class="x_controls">
|
<div class="x_controls">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue