From 2739c08a14a688f8473123ca47d18965ff5767ca Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sat, 24 Oct 2015 20:51:14 -0400 Subject: [PATCH] removed post-menu to post-menu-list --- templates/partials/topic/post-menu-list.tpl | 75 ++++++++++++++++++++ templates/partials/topic/post-menu.tpl | 78 +-------------------- templates/partials/topic/post.tpl | 3 +- 3 files changed, 77 insertions(+), 79 deletions(-) create mode 100644 templates/partials/topic/post-menu-list.tpl diff --git a/templates/partials/topic/post-menu-list.tpl b/templates/partials/topic/post-menu-list.tpl new file mode 100644 index 0000000..ee342a7 --- /dev/null +++ b/templates/partials/topic/post-menu-list.tpl @@ -0,0 +1,75 @@ + + +
  • + + [[topic:edit]] + +
  • +
  • + + [[topic:delete]] + +
  • +
  • + + [[topic:restore]] + +
  • +
  • + + [[topic:purge]] + +
  • + + +
  • + + {{posts.tools.html}} + +
  • + + + +
  • + + [[topic:move]] + +
  • + + + + +
  • + + + [[topic:favourite]] + {posts.reputation}  + + + + +
  • + + + + +
  • + +
  • +
  • + +
  • +
  • + Google+ +
  • + + + + + +
  • + + [[topic:flag_title]] + +
  • + \ No newline at end of file diff --git a/templates/partials/topic/post-menu.tpl b/templates/partials/topic/post-menu.tpl index b24b3b4..d5cf219 100644 --- a/templates/partials/topic/post-menu.tpl +++ b/templates/partials/topic/post-menu.tpl @@ -1,80 +1,4 @@ - + diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 140c886..f6b8c0b 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -53,7 +53,6 @@
    {posts.user.signature}
    - [[topic:reply]] @@ -80,4 +79,4 @@ -
    +
    \ No newline at end of file