diff options
| author | Hunternif <hunternif@gmail.com> | 2019-04-27 01:32:47 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-04-27 01:57:35 +0700 |
| commit | 8f2b5a86146136d4bd1051c5efec1995447295db (patch) | |
| tree | f24ea580788f1ff042448a3719bc97e7ebcf03cf /client/html | |
| parent | a4b877c0219994536ab7d4c1783d065f9154f70e (diff) | |
client: bulk editors menu is opened via text button
Diffstat (limited to 'client/html')
| -rw-r--r-- | client/html/posts_header.tpl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl index 69bfc98..763141c 100644 --- a/client/html/posts_header.tpl +++ b/client/html/posts_header.tpl @@ -13,8 +13,17 @@ %><% } %><% %><wbr/><% %><a class='mousetrap button append' href='<%- ctx.formatClientLink('help', 'search', 'posts') %>'>Syntax help</a><% + %><wbr/><% + %><span class="bulk-edit-btn-holder"><% + %><a class='mousetrap button append open bulk-edit-btn'><% + %>Mass edit<i class='fa fa-chevron-down icon-inline'></i><% + %></a><% + %><a class='mousetrap button append close bulk-edit-btn'><% + %>Mass edit<i class='fa fa-chevron-up icon-inline'></i><% + %></a><% + %></span><% %></form><% - %><div class='bulk-edit-block'><% + %><div class='bulk-edit-block hidden'><% %><% if (ctx.canBulkEditTags) { %><% %><form class='horizontal bulk-edit bulk-edit-tags'><% %><span class='append hint'>Tagging with:</span><% |