diff options
| author | rr- | 2016-10-22 10:03:38 +0200 |
|---|---|---|
| committer | rr- | 2016-10-22 14:05:56 +0200 |
| commit | f1445b9c24b286a9f74a2fead655ab5c169bc74b (patch) | |
| tree | eba026eb8dcd53f8d4db58e9dc50af1b857d92ed /client/html/post_merge.tpl | |
| parent | 8c0fa7f49ea24606e1887b76e89c2bfd155b1776 (diff) | |
client/posts: add post merging
Diffstat (limited to 'client/html/post_merge.tpl')
| -rw-r--r-- | client/html/post_merge.tpl | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/client/html/post_merge.tpl b/client/html/post_merge.tpl new file mode 100644 index 0000000..59b3f49 --- /dev/null +++ b/client/html/post_merge.tpl @@ -0,0 +1,23 @@ +<div class='post-merge'> + <form> + <ul> + <li class='post-mirror'> + <div class='left-post-container'></div> + <div class='right-post-container'></div> + </li> + + <li> + <p>Tags, relations, scores, favorites and comments will be + merged. All other properties need to be handled manually.</p> + + <%= ctx.makeCheckbox({required: true, text: 'I confirm that I want to merge these posts.'}) %> + </li> + </ul> + + <div class='messages'></div> + + <div class='buttons'> + <input type='submit' value='Merge posts'/> + </div> + </form> +</div> |