aboutsummaryrefslogtreecommitdiff
path: root/client/html/post_merge.tpl
diff options
context:
space:
mode:
authorrr-2016-10-22 10:03:38 +0200
committerrr-2016-10-22 14:05:56 +0200
commitf1445b9c24b286a9f74a2fead655ab5c169bc74b (patch)
treeeba026eb8dcd53f8d4db58e9dc50af1b857d92ed /client/html/post_merge.tpl
parent8c0fa7f49ea24606e1887b76e89c2bfd155b1776 (diff)
client/posts: add post merging
Diffstat (limited to 'client/html/post_merge.tpl')
-rw-r--r--client/html/post_merge.tpl23
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>

© 2015 - 2026 Jakob L. Kreuze