missing checkboxes on pending items
Using Jamroom
just had 20 photos to approve, 1 at a time, because there is no checkboxes next to them, as if the whole collumn is gone
updated by @soaringeagle: 11/17/19 02:12:37PM
{jrCore_include template="header.tpl"}
<div class="block">
<div class="title">
{jrSearch_module_form fields="profile_name,profile_url"}
<h1>{jrCore_lang module="jrProfile" id=26 default="Profiles"}</h1>
</div>
<div class="block_content{if isset($item_id.profile_text_color)}style="color:{profile_text_color}{/if}">
{if $_conf.sedreadsiteskin4_require == 'on'}
{jrCore_list module="jrProfile" order_by="_item_id desc" search1="profile_active = 1" pagebreak=24 page=$_post.p pager=true require_image="profile_image"}
{else}
{jrCore_list module="jrProfile" order_by="_item_id desc" search1="profile_active = 1" pagebreak=24 page=$_post.p pager=true}
{/if}
</div>
</div>
{jrCore_include template="footer.tpl"}