aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-16 06:43:35 +0200
committerMichael Miday <midaym@gmail.com>2015-09-17 18:37:29 +0200
commit201a961367c08edb31665b62540346aae6e63bd7 (patch)
tree66a35be35ea72868037b97bcead22513d4535561 /phpBB/styles/prosilver/template/viewtopic_body.html
parent77cf7563782ae2e59f88de698dc4bf97ed199463 (diff)
downloadforums-201a961367c08edb31665b62540346aae6e63bd7.tar
forums-201a961367c08edb31665b62540346aae6e63bd7.tar.gz
forums-201a961367c08edb31665b62540346aae6e63bd7.tar.bz2
forums-201a961367c08edb31665b62540346aae6e63bd7.tar.xz
forums-201a961367c08edb31665b62540346aae6e63bd7.zip
[ticket/12769] Completely refactor btns and paging
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html16
1 files changed, 5 insertions, 11 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index d6713d7c26..bedf0d6d08 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -27,9 +27,8 @@
<!-- ENDIF -->
<div class="action-bar top">
-
- <div class="buttons">
- <!-- EVENT viewtopic_buttons_top_before -->
+<div class="action-bar bar-top">
+ <!-- EVENT viewtopic_buttons_top_before -->
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
<a href="{U_POST_REPLY_TOPIC}" class="button" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->">
@@ -41,9 +40,7 @@
</a>
<!-- ENDIF -->
- <!-- EVENT viewtopic_buttons_top_after -->
- </div>
-
+ <!-- EVENT viewtopic_buttons_top_after -->
<!-- INCLUDE viewtopic_topic_tools.html -->
<!-- EVENT viewtopic_dropdown_top_custom -->
@@ -392,8 +389,7 @@
<!-- EVENT viewtopic_body_topic_actions_before -->
<div class="action-bar bottom">
- <div class="buttons">
- <!-- EVENT viewtopic_buttons_bottom_before -->
+ <!-- EVENT viewtopic_buttons_bottom_before -->
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
<a href="{U_POST_REPLY_TOPIC}" class="button" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->">
@@ -404,9 +400,7 @@
<!-- ENDIF -->
</a>
<!-- ENDIF -->
-
- <!-- EVENT viewtopic_buttons_bottom_after -->
- </div>
+ <!-- EVENT viewtopic_buttons_bottom_after -->
<!-- INCLUDE viewtopic_topic_tools.html -->