[ticket/17045] Use NUM_ATTACHMENTS in UCP and right css classes

PHPBB3-17045
This commit is contained in:
Christian Schnegelberger 2023-02-01 20:11:34 +01:00
parent 0f1c62bc7b
commit fc8c6acae4

View file

@ -10,7 +10,7 @@
<p>{L_ATTACHMENTS_EXPLAIN}</p>
<!-- IF .attachrow -->
<div class="action-bar top">
<div class="action-bar bar-top">
<div class="pagination">
{NUM_ATTACHMENTS}
<!-- IF .pagination -->
@ -50,12 +50,12 @@
<!-- END attachrow -->
</ul>
<div class="action-bar bottom">
<div class="action-bar bar-bottom">
<!-- INCLUDE display_options.html -->
{S_FORM_TOKEN}
<div class="pagination">
{TOTAL_ATTACHMENTS} {L_TITLE}
{NUM_ATTACHMENTS}
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->