mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
refatored html code to use proper font-awesome classes
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
{% if app['conf'].get(['registry', 'actions', 'enable-feed-notification']) %}
|
||||
<label class="checkbox">
|
||||
<input class="required_text checkbox" type="checkbox" name="notify" id="feed_add_notify" value="1" style="min-height: 0; height: auto" />
|
||||
<i class="icon icon-envelope"></i> {{ 'Notify users about this publication' | trans }}
|
||||
<i class="icon fa fa-envelope"
|
||||
aria-hidden="true"></i> {{ 'Notify users about this publication' | trans }}
|
||||
</label>
|
||||
<br />
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user