summaryrefslogtreecommitdiff
path: root/client/html/posts_header.tpl
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2017-02-11 21:58:18 +0100
committerrr- <rr-@sakuya.pl>2017-02-11 22:03:38 +0100
commit1caf76b1b2e2aaef507b1936a2c5a66c2df140f5 (patch)
tree4fa544825fb1dc785c2d1eec4876aeb3cc86845f /client/html/posts_header.tpl
parent0dc7a4058e8e00b1dd878343f89b8c7a10cfcdaf (diff)
client/posts: add bulk safety editing (#122)
Diffstat (limited to 'client/html/posts_header.tpl')
-rw-r--r--client/html/posts_header.tpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl
index b85b784..29efd52 100644
--- a/client/html/posts_header.tpl
+++ b/client/html/posts_header.tpl
@@ -11,7 +11,7 @@
%><a class='mousetrap button append' href='<%- ctx.formatClientLink('help', 'search', 'posts') %>'>Syntax help</a><%
%></form><%
%><% if (ctx.canBulkEditTags) { %><%
- %><form class='horizontal bulk-edit-tags'><%
+ %><form class='horizontal bulk-edit bulk-edit-tags'><%
%><span class='append hint'>Tagging with:</span><%
%><a href class='mousetrap button append open'>Mass tag</a><%
%><wbr/><%
@@ -20,4 +20,10 @@
%><a href class='mousetrap button append close'>Stop tagging</a><%
%></form><%
%><% } %><%
+ %><% if (ctx.canBulkEditSafety) { %><%
+ %><form class='horizontal bulk-edit bulk-edit-safety'><%
+ %><a href class='mousetrap button append open'>Mass edit safety</a><%
+ %><a href class='mousetrap button append close'>Stop editing safety</a><%
+ %></form><%
+ %><% } %><%
%></div>