mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
Create a 'recently deleted' queue
This commit is contained in:
@@ -155,13 +155,15 @@ function update_menu() {
|
||||
<?= t("Reply") ?>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="javascript:Edit(<?=$comment->id?>)">
|
||||
<?= t("Edit") ?>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="javascript:del(<?=$comment->id?>)">
|
||||
<a href="javascript:set_state('deleted',<?=$comment->id?>)">
|
||||
<?= t("Delete") ?>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user