mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12613] Minor $bull; and <hr> fix
PHPBB3-12613
This commit is contained in:
parent
09a433be61
commit
ef435cb89d
2 changed files with 2 additions and 4 deletions
|
@ -148,8 +148,6 @@
|
|||
|
||||
</form>
|
||||
|
||||
<hr />
|
||||
|
||||
<!-- IF .pagination or TOTAL_USERS -->
|
||||
<div class="action-bar">
|
||||
<div class="pagination">
|
||||
|
|
|
@ -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> • <!-- ENDIF -->
|
||||
<!-- IF TOTAL_COUNT -->{L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>] • <!-- ENDIF -->
|
||||
<!-- IF TOTAL_COUNT -->{L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]<!-- ENDIF -->
|
||||
<!-- IF .pagination -->
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
{PAGE_NUMBER}
|
||||
• {PAGE_NUMBER}
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue