diff options
| author | Hunternif <hunternif@gmail.com> | 2019-04-09 05:41:32 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-04-09 20:56:39 +0700 |
| commit | 91cadf8aa05ba3db26fe79fbeb6b6fd3b5ec527b (patch) | |
| tree | 9a8b72e00253e0f282915182b8c7bd1109b63a9e /client/html/posts_header.tpl | |
| parent | 9e9924932dca2e4316dd56cb3f4de0f9580b131e (diff) | |
Bulk relations editor, initial attempt
Diffstat (limited to 'client/html/posts_header.tpl')
| -rw-r--r-- | client/html/posts_header.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl index 69a0791..c27a8f7 100644 --- a/client/html/posts_header.tpl +++ b/client/html/posts_header.tpl @@ -31,4 +31,9 @@ %><a href class='mousetrap button append close'>Stop editing safety</a><% %></form><% %><% } %><% + %><!--TODO: create permission--><% + %><form class='horizontal bulk-edit bulk-add-relation'><% + %><a href class='mousetrap button append open'>Mass add relation</a><% + %><a href class='mousetrap button append close'>Stop adding relation</a><% + %></form><% %></div> |