Manage Items

Here you can manage items of - {$data.collection_name}

{if $data.is_avatar_collection == 'no'}
Move Selected to
{/if}
{if $obj} {foreach $obj as $ob} {assign var=that_thumb value=$cbphoto->get_image_file($ob,'m')} {/foreach} {/if}
# Thumb Details Date
{$ob.photo_id}{get_photo details=$ob width=70 output='html' extra=" rel='popover' data-content='
' " title="Thumbnail" class="popover-class"}
{$ob.photo_title}
{if $ob.active=='yes'} {lang code='Active'} {else} {lang code='Inactive'} {/if} {if $ob.featured=='yes'} Featured {/if} {if $ob.is_mature=='yes'} Mature {/if}
{$ob.date_added|niceTime}
{if !$obj}
{lang code='%s has no items'|sprintf:$data.collection_name}
{/if}