1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

[ticket/12769] Completely refactor btns and paging

This commit is contained in:
Michael Miday
2015-09-16 06:43:35 +02:00
parent 77cf756378
commit 201a961367
6 changed files with 117 additions and 103 deletions

View File

@@ -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 -->