mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 03:59:52 +02:00
[ticket/16237] use post button.html vs res menu bs
PHPBB3-16237
This commit is contained in:
@@ -254,9 +254,7 @@
|
||||
<!-- IF not S_IS_BOT -->
|
||||
<!-- IF $SHOW_POST_BUTTONS -->
|
||||
<ul class="post-buttons">
|
||||
<!-- EVENT viewtopic_body_post_buttons_before -->
|
||||
<!-- INCLUDE posting_buttons.html -->
|
||||
<!-- EVENT viewtopic_body_post_buttons_after -->
|
||||
<!-- INCLUDE post_buttons.html -->
|
||||
<li class="post-buttons-responsive-menu dropdown-container">
|
||||
<a href="javascript:void(0);" class="button button-icon-only post-button-responsive dropdown-toggle">
|
||||
{{ Icon('iconify', 'fa:bars', '', true, 'c-button-icon') }}
|
||||
@@ -266,9 +264,7 @@
|
||||
<div class="pointer-inner"></div>
|
||||
</div>
|
||||
<ul class="dropdown-contents">
|
||||
<!-- EVENT viewtopic_body_post_buttons_before -->
|
||||
<!-- INCLUDE posting_buttons.html -->
|
||||
<!-- EVENT viewtopic_body_post_buttons_after -->
|
||||
<!-- INCLUDE post_buttons.html -->
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user