mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Add Empty Trash option.
This commit is contained in:
parent
16c7392d9a
commit
3edeb1ef0a
3 changed files with 32 additions and 7 deletions
|
|
@ -9,9 +9,21 @@ var no_text_comment = '{$lang->no_text_comment}';
|
|||
<input type="hidden" name="act" value="procTrashAdminEmptyTrash" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="is_all" value="true" />
|
||||
<div class="x_control-group">
|
||||
<h2>{$lang->cmd_trash_type}</h2>
|
||||
<div class="x_controls">
|
||||
<label class="x_inline">
|
||||
<input type="radio" name="is_type" value="document" /> {$lang->document}
|
||||
</label>
|
||||
<label class="x_inline">
|
||||
<input type="radio" name="is_type" value="comment" /> {$lang->comment}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<button type="submit" class="x_btn x_btn-warning x_btn-primary" name="is_all" value="true">{$lang->empty_trash_all}</button>
|
||||
{$lang->remove_all_trash_item}
|
||||
<span class="x_label x_label-important">{$lang->trash_warning}</span>{$lang->remove_all_trash_item}
|
||||
</p>
|
||||
<table id="trashListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue