diff options
| author | Hunternif <hunternif@gmail.com> | 2025-02-15 18:12:57 +0000 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2025-02-15 18:12:57 +0000 |
| commit | 6a5300502df8b4de9c8f269b444cd309f02b28ad (patch) | |
| tree | 0cf2ba56bce802c94ad324f9eda7a31d37a42e2e /client/html/posts_header.tpl | |
| parent | 34e7c883808738871aed371948a3c9896a95905c (diff) | |
| parent | 376f687c386f65522b2f65e98b998b21af26ee29 (diff) | |
Merge branch 'master' into hunternif
Diffstat (limited to 'client/html/posts_header.tpl')
| -rw-r--r-- | client/html/posts_header.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl index ef2e253..7d5fa78 100644 --- a/client/html/posts_header.tpl +++ b/client/html/posts_header.tpl @@ -76,6 +76,13 @@ %><a href class='mousetrap button append open'>Mass add relation</a><% %><a href class='mousetrap button append close'>Stop adding relation</a><% %></form><% + if (ctx.canBulkDelete) { + %><form class='horizontal bulk-edit bulk-edit-delete'><% + %><a href class='mousetrap button append open'>Mass delete</a><% + %><input class='mousetrap start' type='submit' value='Delete selected posts'/><% + %><a href class='mousetrap button append close'>Stop deleting</a><% + %></form><% + } %></div><% if (ctx.canViewMetrics) { %><div class='metrics-block hidden'></div><% |