mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/11390] Hide pagination when there are no notifications
PHPBB3-11390
This commit is contained in:
@@ -48,6 +48,7 @@
|
|||||||
<!-- END notification_types -->
|
<!-- END notification_types -->
|
||||||
</ul>
|
</ul>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
|
<!-- IF .notification_list -->
|
||||||
<!-- IF .pagination or TOTAL_COUNT -->
|
<!-- IF .pagination or TOTAL_COUNT -->
|
||||||
<div class="topic-actions">
|
<div class="topic-actions">
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
@@ -70,13 +71,6 @@
|
|||||||
<dd class="mark">{L_MARK_READ}</dd>
|
<dd class="mark">{L_MARK_READ}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
<!-- IF not .notifications -->
|
|
||||||
<li>
|
|
||||||
<dl>
|
|
||||||
<dt>{L_NO_NOTIFICATIONS}</dt>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
<!-- BEGIN notification_list -->
|
<!-- BEGIN notification_list -->
|
||||||
<li class="row<!-- IF notification_list.UNREAD --> bg3<!-- ELSE --><!-- IF notification_list.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- ENDIF -->">
|
<li class="row<!-- IF notification_list.UNREAD --> bg3<!-- ELSE --><!-- IF notification_list.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- ENDIF -->">
|
||||||
<dl>
|
<dl>
|
||||||
@@ -114,6 +108,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- ELSE -->
|
||||||
|
<p><strong>{L_NO_NOTIFICATIONS}</strong></p>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user