Updated : Groups Manager, a bit more

This commit is contained in:
Arslan Hassan 2012-07-31 16:59:52 +00:00
parent a7836ac697
commit a28be4bbc0

View file

@ -135,29 +135,33 @@ Manage your groups from here, you can read more about how to manage groups here
<td><input type="checkbox" class="check-item" name="check_group[]" value="{$group.group_id}"></td>
<td>{$group.group_id}</td>
<td><img src="{$cbgroup->get_group_thumb($group)}" width="60"/></td>
<td>{$group.group_name}
<td><a href="edit_group.php?group_id={$group.group_id}">{$group.group_name}</a>
{if $group.active=='yes'}
<span class="label label-success">{lang code='Active'}</span>
{else}
<span class="label label-warning">{lang code='Inactive'}</span>
{/if}
{if $group.featured=='yes'}
<span class="label label-success">Featured</span>
{/if}
{if $group.group_privacy>0}
&nbsp;&nbsp;<a class="icon icon-lock" rel="tooltip" title="{$group.group_privacy|getGroupPrivacy}"></a>
{/if}
<div>
<div class="height10"></div>
<span class="pull-left">
{if $group.active=='yes'}
<span class="label label-success">{lang code='Active'}</span>
{else}
<span class="label label-warning">{lang code='Inactive'}</span>
{/if}
{if $group.featured=='yes'}
<span class="label label-success">Featured</span>
{/if}
</span>
<h6 class="pull-right marginR10"><i class="icon-film"></i> {$group.total_videos|number_format} <i class="icon-user"></i> {$group.total_members|number_format} <i class="icon-book"></i> {$group.total_topics|number_format}</h6>
<div class="clearfix"></div>
</div>