$this, 'options' => $searchToolsOptions)); ?>
items)) : ?>
,
,
|
|
|
|
|
|
|
class="js-draggable" data-url="" data-direction="" data-nested="true">
items as $i => $item) : ?>
authorise('core.edit', $component . '.fieldgroup.' . $item->id); ?>
authorise('core.admin', 'com_checkin') || $item->checked_out == $userId || is_null($item->checked_out); ?>
authorise('core.edit.own', $component . '.fieldgroup.' . $item->id) && $item->created_by == $userId; ?>
authorise('core.edit.state', $component . '.fieldgroup.' . $item->id) && $canCheckin; ?>
id, false, 'cid', 'cb', $item->title); ?>
|
|
state, $i, 'groups.', $canChange, 'cb'); ?>
|
checked_out) : ?>
editor, $item->checked_out_time, 'groups.', $canCheckin); ?>
escape($item->title); ?>
escape($item->title); ?>
note) : ?>
escape($item->note)); ?>
|
escape($item->access_level); ?>
|
|
id; ?>
|
pagination->getListFooter(); ?>
authorise('core.create', $component)
&& $user->authorise('core.edit', $component)
&& $user->authorise('core.edit.state', $component)) : ?>
Text::_('COM_FIELDS_VIEW_GROUPS_BATCH_OPTIONS'),
'footer' => $this->loadTemplate('batch_footer')
),
$this->loadTemplate('batch_body')
); ?>