[ticket/12613] Minor $bull; and <hr> fix

PHPBB3-12613
This commit is contained in:
PayBas 2014-06-03 16:57:28 +02:00
parent 09a433be61
commit ef435cb89d
2 changed files with 2 additions and 4 deletions

View file

@ -148,8 +148,6 @@
</form>
<hr />
<!-- IF .pagination or TOTAL_USERS -->
<div class="action-bar">
<div class="pagination">

View file

@ -46,11 +46,11 @@
<div class="topic-actions">
<div class="pagination">
<!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}">{L_NOTIFICATIONS_MARK_ALL_READ}</a> &bull; <!-- ENDIF -->
<!-- IF TOTAL_COUNT -->{L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>] &bull; <!-- ENDIF -->
<!-- IF TOTAL_COUNT -->{L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]<!-- ENDIF -->
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
{PAGE_NUMBER}
&bull; {PAGE_NUMBER}
<!-- ENDIF -->
</div>
</div>