aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2017-10-17 18:45:56 +0200
committerRubén Calvo <rubencm@gmail.com>2017-10-17 18:47:47 +0200
commit3f95d49fee64d05ad03fab9ea1363de7e2fad4ac (patch)
treedc3342341e4183b9a8c470a1026b5b90058e553d /phpBB/adm/style
parentee9eb586dd49edd8044a9910782a01aef691e0df (diff)
downloadforums-3f95d49fee64d05ad03fab9ea1363de7e2fad4ac.tar
forums-3f95d49fee64d05ad03fab9ea1363de7e2fad4ac.tar.gz
forums-3f95d49fee64d05ad03fab9ea1363de7e2fad4ac.tar.bz2
forums-3f95d49fee64d05ad03fab9ea1363de7e2fad4ac.tar.xz
forums-3f95d49fee64d05ad03fab9ea1363de7e2fad4ac.zip
[ticket/15041] Add pagination to orphaned attachments
PHPBB3-15041
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_attachments.html24
1 files changed, 22 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index e1f7f140c9..5e0c841d2b 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -329,6 +329,17 @@
<fieldset class="tabulated">
<legend>{L_TITLE}</legend>
+ <div class="pagination top-pagination">
+ <!-- IF .pagination or TOTAL_FILES -->
+ {L_NUMBER_FILES}{L_COLON} {TOTAL_FILES} &bull; {L_TOTAL_SIZE}{L_COLON} {TOTAL_SIZE}
+ <!-- IF .pagination -->
+ &bull; <!-- INCLUDE pagination.html -->
+ <!-- ELSE -->
+ &bull; {PAGE_NUMBER}
+ <!-- ENDIF -->
+ <!-- ENDIF -->
+ </div>
+
<table class="table1 zebra-table fixed-width-table">
<thead>
<tr>
@@ -359,7 +370,16 @@
</tbody>
</table>
- <br />
+ <!-- IF TOTAL_FILES -->
+ <div class="pagination">
+ {L_NUMBER_FILES}{L_COLON} {TOTAL_FILES} &bull; {L_TOTAL_SIZE}{L_COLON} {TOTAL_SIZE}
+ <!-- IF .pagination -->
+ &bull; <!-- INCLUDE pagination.html -->
+ <!-- ELSE -->
+ &bull; {PAGE_NUMBER}
+ <!-- ENDIF -->
+ </div>
+ <!-- ENDIF -->
<p class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
@@ -440,7 +460,7 @@
<input class="button2" type="submit" name="submit" value="{L_DELETE_MARKED}" /><br />
<p class="small">
<a href="#" onclick="marklist('attachments', 'delete', true); return false;">{L_MARK_ALL}</a> &bull;
- <a href="#" onclick="marklist('attachments', 'delete', false); return false;">{L_UNMARK_ALL}</a>
+ <a href="#" onclick="marklist('attachments', 'delete', false); return false;">{L_UNMARK_ALL}</a>
</p>
</fieldset>
<!-- ENDIF -->