mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
Add the Recycle Bin allows you to save the settings.
This commit is contained in:
parent
af75450611
commit
ba4746f0fe
5 changed files with 55 additions and 8 deletions
|
|
@ -3,12 +3,8 @@ var confirm_restore_msg = '{$lang->confirm_restore}';
|
|||
var no_text_comment = '{$lang->no_text_comment}';
|
||||
</script>
|
||||
<load target="js/trash_admin.js" />
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->trash} <a class="x_icon-question-sign" href="./common/manual/admin/index.html#UMAN_content_trash" target="_blank">{$lang->help}</a></h1>
|
||||
</div>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/trash/tpl/trash_list/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
||||
<include target="./header.html" />
|
||||
<form ruleset="emptyTrash" action="./" method="post">
|
||||
<input type="hidden" name="module" value="trash" />
|
||||
<input type="hidden" name="act" value="procTrashAdminEmptyTrash" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue