1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-20 08:31:32 +02:00

Merge pull request #6463 from Crizz0/ticket/17045

[ticket/17045] Use NUM_ATTACHMENTS in UCP and right css classes
This commit is contained in:
Marc Alexander
2023-02-06 21:08:04 +01:00

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