1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12201] Display error and sorting options when there are no attachments

PHPBB3-12201
This commit is contained in:
Cesar G
2014-02-16 00:32:09 -08:00
parent 01464e2451
commit 38775fc063
2 changed files with 8 additions and 1 deletions

View File

@@ -389,6 +389,7 @@
<!-- ENDIF -->
</div>
<!-- IF .attachments -->
<table class="table1 zebra-table">
<thead>
<tr>
@@ -412,6 +413,11 @@
<!-- END attachments -->
</tbody>
</table>
<!-- ELSE -->
<div class="errorbox">
<p>{L_NO_ATTACHMENTS}</p>
</div>
<!-- ENDIF -->
<!-- IF TOTAL_FILES -->
<div class="pagination">
@@ -422,6 +428,7 @@
&bull; {PAGE_NUMBER}
<!-- ENDIF -->
</div>
<!-- ENDIF -->
<fieldset class="display-options">
{L_DISPLAY_LOG}{L_COLON} &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}
@@ -429,7 +436,6 @@
</fieldset>
<hr />
<!-- ENDIF -->
<!-- IF .attachments -->
<fieldset class="quick">