mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
[ticket/14447] Remove trailing white spaces in Prosilver
PHPBB3-14447
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user