Skip to content

Commit

Permalink
Add extra CSS for group count in grouped lists
Browse files Browse the repository at this point in the history
  • Loading branch information
trob committed Oct 8, 2015
1 parent 21a6bad commit 7b87fef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/com_fabrik/views/list/tmpl/bootstrap/default.php
Expand Up @@ -97,7 +97,10 @@
<?php endif;?>
<?php echo FabrikHelperHTML::image('arrow-down.png', 'list', $this->tmpl, FText::_('COM_FABRIK_TOGGLE'));?>
<span class="groupTitle">
<?php echo $this->grouptemplates[$groupedby]; ?> ( <?php echo count($group)?> )
<?php echo $this->grouptemplates[$groupedby]; ?>
</span>
<span class="groupCount">
( <?php echo count($group)?> )
</span>
</a>
</td>
Expand Down

0 comments on commit 7b87fef

Please sign in to comment.