src/pyams_content/shared/view/portlet/__init__.py
changeset 1073 195e567b69ac
parent 992 8fd039f79d30
child 1135 af500b35394c
equal deleted inserted replaced
1072:82860da48dbb 1073:195e567b69ac
    85 
    85 
    86     name = VIEW_PORTLET_NAME
    86     name = VIEW_PORTLET_NAME
    87     label = _("View items")
    87     label = _("View items")
    88 
    88 
    89     toolbar_image = None
    89     toolbar_image = None
    90     toolbar_css_class = 'fa fa-fw fa-2x fa-th-list'
    90     toolbar_css_class = 'fa fa-fw fa-2x fa-search'
    91 
    91 
    92     settings_factory = IViewItemsPortletSettings
    92     settings_factory = IViewItemsPortletSettings