mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2528 add icon class
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{if count($SELECT_RELATED_TAGS) > 1}
|
{if count($SELECT_RELATED_TAGS) > 1}
|
||||||
<a class="selected-related-tag-remove" href="{$TAG.remove_url}" style="border:none;" title="{'remove this tag from the list'|translate}">
|
<a class="selected-related-tag-remove" href="{$TAG.remove_url}" style="border:none;" title="{'remove this tag from the list'|translate}">
|
||||||
<i class="gallery-icon-cancel"></i>
|
<i class="gallery-icon-cancel fas fa-plus"></i>
|
||||||
</a>
|
</a>
|
||||||
{/if}
|
{/if}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user