mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix incorrect variables used.
This commit is contained in:
parent
f7367f2888
commit
6aac1671b6
1 changed files with 2 additions and 2 deletions
|
|
@ -242,10 +242,10 @@
|
||||||
<label class="x_control-label">{$lang->document_force_to_move}</label>
|
<label class="x_control-label">{$lang->document_force_to_move}</label>
|
||||||
<div class="x_controls">
|
<div class="x_controls">
|
||||||
<label class="x_inline">
|
<label class="x_inline">
|
||||||
<input type="radio" id="trash_use_y" name="trash_use" value="Y" checked="checked"|cond="$config->trash_use == 'Y'" /> {$lang->cmd_yes}
|
<input type="radio" id="trash_use_y" name="trash_use" value="Y" checked="checked"|cond="$module_info->trash_use == 'Y'" /> {$lang->cmd_yes}
|
||||||
</label>
|
</label>
|
||||||
<label class="x_inline">
|
<label class="x_inline">
|
||||||
<input type="radio" id="trash_use_n" name="trash_use" value="N" checked="checked"|cond="$config->trash_use == 'N'" /> {$lang->cmd_no}
|
<input type="radio" id="trash_use_n" name="trash_use" value="N" checked="checked"|cond="$module_info->trash_use == 'N'" /> {$lang->cmd_no}
|
||||||
</label>
|
</label>
|
||||||
<p class="x_help-block">{$lang->about_document_force_to_move}</p>
|
<p class="x_help-block">{$lang->about_document_force_to_move}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue