diff -r e93775177b43 -r 95bee9c0ae3f src/pyams_portal/zmi/layout.py --- a/src/pyams_portal/zmi/layout.py Tue Jun 26 08:47:39 2018 +0200 +++ b/src/pyams_portal/zmi/layout.py Tue Jun 26 12:11:24 2018 +0200 @@ -382,7 +382,7 @@ """Portal template portlet add menu""" label = _("Add portlet...") - label_css_class = 'fa fa-fw fa-columns' + label_css_class = 'fa fa-fw fa-window-restore' url = 'add-template-portlet.html' modal_target = True @@ -400,7 +400,7 @@ return translate(_("« {0} » portal template")).format(self.context.name) legend = _("Add portlet") - icon_css_class = 'fa fa-fw fa-columns' + icon_css_class = 'fa fa-fw fa-window-restore' fields = field.Fields(IPortletAddingInfo) edit_permission = None