cherosoullis VIP
Total posts: 165
07 Mar 2014 02:05

In groups the status field does not have an indication whether the group is published or unpublished.

Field.PNG


Sergey
Total posts: 13,748
07 Mar 2014 06:27

Tthis depends on template you are using. We use core Joomla publish/Unpublish controller.

echo JHtml::_('jgrid.published', $item->published, $i, 'emgroups.',  $canChange )

We do not have much of control how it is rendered. There is HTML

<i class="icon-publish"></i>

But it looks like your template have no such class described in CSS. You could report it to template developers.

Powered by Cobalt