diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_attachments.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_attachments.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_attachments.html b/phpBB/styles/prosilver/template/ucp_attachments.html index 9de08f17b9..696f621116 100644 --- a/phpBB/styles/prosilver/template/ucp_attachments.html +++ b/phpBB/styles/prosilver/template/ucp_attachments.html @@ -6,21 +6,21 @@ <div class="panel"> <div class="inner"> - + <p>{L_ATTACHMENTS_EXPLAIN}</p> <!-- IF .attachrow --> <div class="action-bar top"> <div class="pagination"> {NUM_ATTACHMENTS} - <!-- IF .pagination --> + <!-- IF .pagination --> <!-- INCLUDE pagination.html --> - <!-- ELSE --> + <!-- ELSE --> • {PAGE_NUMBER} <!-- ENDIF --> </div> </div> - + <ul class="topiclist"> <li class="header"> <dl> @@ -56,9 +56,9 @@ <div class="pagination"> {TOTAL_ATTACHMENTS} {L_TITLE} - <!-- IF .pagination --> + <!-- IF .pagination --> <!-- INCLUDE pagination.html --> - <!-- ELSE --> + <!-- ELSE --> • {PAGE_NUMBER} <!-- ENDIF --> </div> @@ -70,9 +70,9 @@ </div> </div> - + <!-- IF S_ATTACHMENT_ROWS --> - <fieldset class="display-actions"> + <fieldset class="display-actions"> <input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" /> <div><a href="#" onclick="marklist('ucp', 'attachment', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', 'attachment', false); return false;">{L_UNMARK_ALL}</a></div> {S_FORM_TOKEN} |