mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
23384c7109
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
<p>{L_ATTACHMENTS_EXPLAIN}</p>
|
<p>{L_ATTACHMENTS_EXPLAIN}</p>
|
||||||
|
|
||||||
<!-- IF .attachrow -->
|
<!-- IF .attachrow -->
|
||||||
<div class="action-bar top">
|
<div class="action-bar bar-top">
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
{NUM_ATTACHMENTS}
|
{NUM_ATTACHMENTS}
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
|
@ -50,12 +50,12 @@
|
||||||
<!-- END attachrow -->
|
<!-- END attachrow -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="action-bar bottom">
|
<div class="action-bar bar-bottom">
|
||||||
<!-- INCLUDE display_options.html -->
|
<!-- INCLUDE display_options.html -->
|
||||||
{S_FORM_TOKEN}
|
{S_FORM_TOKEN}
|
||||||
|
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
{TOTAL_ATTACHMENTS} {L_TITLE}
|
{NUM_ATTACHMENTS}
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue