# HG changeset patch # User Thierry Florac # Date 1440667822 -7200 # Node ID 33f22d044f62b4dc0f2fc9ac43496a2801d8c8c5 # Parent e797d2c64bb38b42d3eba1626592dbaf7371b1fa Changed menus icon class diff -r e797d2c64bb3 -r 33f22d044f62 src/pyams_thesaurus/zmi/thesaurus.py --- 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