Hello Admin / Cooks
Need to embed a list "view" in an item view and maintain the ACL on the list rules. Any ideas on the best way to do this with j-cook?
Thanks
vlemos
<?php if ($model->canEditState()): ?><?php if ($model->canEditState()): ?>
<th style="text-align:center">
<?php echo JHTML::_('grid.sort', "DEMO_HEADING_ORDERING", 'a.ordering', $listDirn, $listOrder ); ?>
</th>
<?php endif; ?>