--- a/src/pyams_thesaurus/zmi/thesaurus.py Wed Jul 22 17:25:33 2015 +0200
+++ b/src/pyams_thesaurus/zmi/thesaurus.py Thu Aug 27 11:30:22 2015 +0200
@@ -179,7 +179,7 @@
"""Thesaurus properties menu"""
label = _("Properties")
- icon_class = 'fa fa-fw fa-language'
+ icon_class = 'fa-language'
url = '#properties.html'
@@ -225,7 +225,7 @@
"""Thesaurus terms menu"""
label = _("Terms")
- icon_class = 'fa fa-fw fa-tags'
+ icon_class = 'fa-tags'
url = '#terms.html'
@@ -361,7 +361,7 @@
"""Thesaurus import menu"""
label = _("Import terms...")
- icon_class = 'fa fa-fw fa-upload'
+ icon_class = 'fa-upload'
url = 'import.html'
modal_target = True
@@ -430,7 +430,7 @@
"""Thesaurus export menu"""
label = _("Export terms...")
- icon_class = 'fa fa-fw fa-download'
+ icon_class = 'fa-download'
url = 'export.html'
modal_target = True