1
0
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:
hanakin
2020-05-06 23:17:44 -10:00
parent 13897b705a
commit 6787170f3a
2 changed files with 46 additions and 6 deletions

View File

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