mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +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>
|
</form>
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<!-- IF .pagination or TOTAL_USERS -->
|
<!-- IF .pagination or TOTAL_USERS -->
|
||||||
<div class="action-bar">
|
<div class="action-bar">
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
|
|
|
@ -46,11 +46,11 @@
|
||||||
<div class="topic-actions">
|
<div class="topic-actions">
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
<!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}">{L_NOTIFICATIONS_MARK_ALL_READ}</a> • <!-- ENDIF -->
|
<!-- 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 -->
|
<!-- IF .pagination -->
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{PAGE_NUMBER}
|
• {PAGE_NUMBER}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue