mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
25 lines
1 KiB
HTML
25 lines
1 KiB
HTML
<include target="./header.html" />
|
|
|
|
<form action="{getUrl()}" method="post" class="x_form-horizontal" id="fo_trash">
|
|
<input type="hidden" name="module" value="trash" />
|
|
<input type="hidden" name="act" value="procTrashAdminConfig" />
|
|
<section class="section">
|
|
<div class="x_control-group">
|
|
<label class="x_control-label">{$lang->document_force_to_move}</label>
|
|
<div class="x_controls">
|
|
<label class="x_inline">
|
|
<input type="radio" id="trash_use_y" name="trash_use" value="Y" checked="checked"|cond="$config->trash_use == 'Y'" /> {$lang->force_to_move}
|
|
</label>
|
|
<label class="x_inline">
|
|
<input type="radio" id="trash_use_n" name="trash_use" value="N" checked="checked"|cond="$config->trash_use == 'N'" /> {$lang->do_not_forceto_move}
|
|
</label>
|
|
<p class="x_help-block">{$lang->about_document_force_to_move}</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<div class="x_clearfix btnArea">
|
|
<div class="x_pull-right">
|
|
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_registration}</button>
|
|
</div>
|
|
</div>
|
|
</form>
|