diff options
Diffstat (limited to 'core/views/quick_pane.html.php')
-rw-r--r-- | core/views/quick_pane.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index 35c9dcf1..78a6c1ce 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -35,14 +35,14 @@ <?= t("Select as album cover") ?> </span> </a> -<? endif ?> -<a class="delete" href="#" +<a class="delete" href="<?= url::site("quick/delete/$item->id?csrf=" . access::csrf_token()) ?>" title="<?= t("Delete this item") ?>"> <span> <?= t("Delete this item") ?> </span> </a> +<? endif ?> <a class="options" href="#" title="<?= t("Additional options") ?>"> |