mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add option to customize the number of days until a document is considered old
This commit is contained in:
parent
0fdb48c31a
commit
72651ed095
3 changed files with 6 additions and 2 deletions
|
|
@ -225,10 +225,12 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->customize_bottom_list}</label>
|
||||
<div class="x_controls">
|
||||
<label for="skip_bottom_list_for_olddoc">
|
||||
<label for="skip_bottom_list_for_olddoc" class="x_inline">
|
||||
<input type="checkbox" name="skip_bottom_list_for_olddoc" id="skip_bottom_list_for_olddoc" value="Y" checked="checked"|cond="$module_info->skip_bottom_list_for_olddoc === 'Y'" />
|
||||
{$lang->skip_bottom_list_for_olddoc}
|
||||
</label>
|
||||
<input type="number" name="skip_bottom_list_days" value="{$module_info->skip_bottom_list_days ?: 30}" /> {$lang->unit_day}
|
||||
<br />
|
||||
<label for="skip_bottom_list_for_robot">
|
||||
<input type="checkbox" name="skip_bottom_list_for_robot" id="skip_bottom_list_for_robot" value="Y" checked="checked"|cond="$module_info->skip_bottom_list_for_robot === 'Y'" />
|
||||
{$lang->skip_bottom_list_for_robot}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue