Skip to content

Commit

Permalink
Refs #4041, fix yet another regression in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaka Moorthi committed Aug 17, 2013
1 parent f75363e commit 96bd72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreHome/templates/_dataTableFooter.twig
Expand Up @@ -34,7 +34,7 @@
{% if properties.show_active_view_icon and javascriptVariablesToSet.viewDataTable == footerIcon.format %}
<img src="plugins/Zeitgeist/images/data_table_footer_active_item.png" class="dataTableFooterActiveItem"/>
{% endif %}
<a class="tableIcon" format="{{ footerIcon.format }}" var="{{ footerIcon.var }}">
<a class="tableIcon {% if javascriptVariablesToSet.viewDataTable == footerIcon.format %}activeIcon{% endif %}" format="{{ footerIcon.format }}" var="{{ footerIcon.var }}">
<img width="16" height="16" title="{{ footerIcon.title }}" src="{{ footerIcon.icon }}"/>
{% if footerIcon.text is defined %}{{ footerIcon.text }}{% endif %}
</a>
Expand Down

0 comments on commit 96bd72a

Please sign in to comment.