diff options
| author | rr- | 2016-07-28 19:28:48 +0200 |
|---|---|---|
| committer | rr- | 2016-07-28 23:10:40 +0200 |
| commit | 1ed7ad41735cda6aba37ad57808014eadac396a9 (patch) | |
| tree | 773785b529b15baa1e5e1bebd4f6d6a72917f573 /client/html/post_edit_sidebar.tpl | |
| parent | 3d8eaab57ad0e2980b83b3b3736a317449eb2405 (diff) | |
client/posts: add simple thumbnail editing
Diffstat (limited to 'client/html/post_edit_sidebar.tpl')
| -rw-r--r-- | client/html/post_edit_sidebar.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/html/post_edit_sidebar.tpl b/client/html/post_edit_sidebar.tpl index f2bf623..78315ec 100644 --- a/client/html/post_edit_sidebar.tpl +++ b/client/html/post_edit_sidebar.tpl @@ -65,6 +65,14 @@ <div class='dropper-container'></div> </section> <% } %> + + <% if (ctx.canEditPostThumbnail) { %> + <section class='post-thumbnail'> + <label>Thumbnail</label> + + <div class='dropper-container'></div> + </section> + <% } %> </div> <div class='messages'></div> |