mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12769] Swap icons in notification_dropdown
This commit is contained in:
parent
c497be98f2
commit
62707ecc67
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- IF notifications.URL --></a><!-- ENDIF -->
|
<!-- IF notifications.URL --></a><!-- ENDIF -->
|
||||||
<!-- IF notifications.UNREAD -->
|
<!-- IF notifications.UNREAD -->
|
||||||
<a href="{notifications.U_MARK_READ}" class="mark_read icon-mark" data-ajax="notification.mark_read" title="{L_MARK_READ}"></a>
|
<a href="{notifications.U_MARK_READ}" class="mark_read icon-mark" data-ajax="notification.mark_read" title="{L_MARK_READ}">
|
||||||
|
<i class="icon fa-check-circle icon-xl fa-fw"></i><span class="sr-only">{L_MARK_READ}</span>
|
||||||
|
</a>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</li>
|
</li>
|
||||||
<!-- END notifications -->
|
<!-- END notifications -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue