mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16833] Improve subscribe to forum or topic icons
PHPBB3-16833
This commit is contained in:
parent
e2c174a618
commit
a6cc7f1b59
1 changed files with 4 additions and 4 deletions
|
@ -35,11 +35,11 @@
|
|||
<li class="in-menu">
|
||||
<a href="{{ U_WATCH_FORUM_LINK }}" title="{{ S_WATCH_FORUM_TITLE }}" data-ajax="toggle_link" data-toggle-text="{{ S_WATCH_FORUM_TOGGLE }}" data-toggle-url="{{ U_WATCH_FORUM_TOGGLE }}">
|
||||
{% if S_WATCHING_FORUM %}
|
||||
{{ Icon('iconify', 'mdi:eye-minus-outline', '', true, 'c-subscribe-icon is-active') }}
|
||||
{{ Icon('iconify', 'mdi:eye-plus-outline', '', true, 'c-subscribe-icon') }}
|
||||
{{ Icon('iconify', 'mdi:eye-minus-outline', '', true, 'c-watch-icon is-active') }}
|
||||
{{ Icon('iconify', 'mdi:eye-plus-outline', '', true, 'c-watch-icon') }}
|
||||
{% else %}
|
||||
{{ Icon('iconify', 'mdi:eye-plus-outline', '', true, 'c-subscribe-icon is-active') }}
|
||||
{{ Icon('iconify', 'mdi:eye-minus-outline', '', true, 'c-subscribe-icon') }}
|
||||
{{ Icon('iconify', 'mdi:eye-plus-outline', '', true, 'c-watch-icon is-active') }}
|
||||
{{ Icon('iconify', 'mdi:eye-minus-outline', '', true, 'c-watch-icon') }}
|
||||
{% endif %}
|
||||
<span>{{ S_WATCH_FORUM_TITLE }}</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue