Skip to content

Commit

Permalink
add dynamic css class like in plone.portlet.collection
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed May 10, 2012
1 parent 6d24552 commit b7c5968
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collective/portlet/ngcollection/ngcollection.pt
Expand Up @@ -3,7 +3,8 @@
tal:define="collection_url view/collection_url;
plone_view context/@@plone;
toLocalizedTime nocall:plone_view/toLocalizedTime;
getIcon nocall:plone_view/getIcon;">
getIcon nocall:plone_view/getIcon;"
tal:attributes="class string:portlet portletCollection ${view/css_class}">

<dt class="portletHeader">
<span class="portletTopLeft"></span>
Expand Down

0 comments on commit b7c5968

Please sign in to comment.