{strip} {* assign the correct sort columns for user name sorting *} {if $gBitSystem->getConfig( 'users_display_name' ) eq 'login'} {assign var=isort_author value=creator_user} {assign var=isort_editor value=modifier_user} {else} {assign var=isort_author value=creator_real_name} {assign var=isort_editor value=modifier_real_name} {/if} {if $gBitUser->isAdmin()}
{/if} {assign var=showStatus value=($gBitSystem->isFeatureActive( 'liberty_display_status' ) && $gBitUser->hasPermission( 'p_liberty_view_all_status' ))} {if $gBitUser->isAdmin()} {/if} {if $showStatus} {/if} {if $gBitUser->hasPermission( 'p_liberty_view_all_status' )} {/if} {foreach from=$contentList item=item} {if $gBitUser->isAdmin()} {/if} {if $showStatus} {/if} {if $gBitUser->hasPermission( 'p_liberty_view_all_status' )} {/if} {foreachelse} {/foreach}
{tr}Available Content{/tr} [ {$listInfo.total_records} ]
{smartlink ititle="ID" isort="lc.content_id" list_page=$listInfo.current_page ihash=$listInfo.ihash}{smartlink ititle="Status" isort=content_status_name list_page=$listInfo.current_page ihash=$listInfo.ihash}{smartlink ititle="Title" isort=title list_page=$listInfo.current_page idefault=1 ihash=$listInfo.ihash} {smartlink ititle="Content Type" isort=content_type_guid list_page=$listInfo.current_page ihash=$listInfo.ihash} {smartlink ititle="Author" isort=$isort_author list_page=$listInfo.current_page ihash=$listInfo.ihash} {smartlink ititle="Most recent editor" isort=$isort_editor list_page=$listInfo.current_page ihash=$listInfo.ihash} {smartlink ititle="Last Modified" isort=last_modified list_page=$listInfo.current_page ihash=$listInfo.ihash}{smartlink ititle="IP" isort=ip list_page=$listInfo.current_page ihash=$listInfo.ihash}
{$item.content_id}{$item.content_status_name}{$item.display_link|default:'Not Set'} {assign var=content_type_guid value=$item.content_type_guid}{$gLibertySystem->getContentTypeName($content_type_guid)} {displayname real_name=$item.creator_real_name user=$item.creator_user} {displayname real_name=$item.modifier_real_name user=$item.modifier_user} {$item.last_modified|bit_short_datetime}{$item.ip}
{tr}No records found{/tr}
{if $gBitUser->hasPermission( 'p_users_admin' )}
{/if} {pagination content_status_id=$smarty.request.content_status_id|default:''} {/strip}