$this, 'options' => $searchToolsOptions)); ?>
items)) : ?>
,
,
|
|
|
|
|
|
|
|
|
class="js-draggable" data-url="" data-direction="" data-nested="true">
items as $i => $item) : ?>
authorise('core.edit', $component . '.field.' . $item->id); ?>
authorise('core.admin', 'com_checkin') || $item->checked_out == $userId || is_null($item->checked_out); ?>
authorise('core.edit.own', $component . '.field.' . $item->id) && $item->created_user_id == $userId; ?>
authorise('core.edit.state', $component . '.field.' . $item->id) && $canCheckin; ?>
id, false, 'cid', 'cb', $item->title); ?>
|
|
state, $i, 'fields.', $canChange, 'cb'); ?>
|
checked_out) : ?>
editor, $item->checked_out_time, 'fields.', $canCheckin); ?>
escape($item->title); ?>
escape($item->title); ?>
note)) : ?>
escape($item->name)); ?>
escape($item->name), $this->escape($item->note)); ?>
only_use_in_subform) : ?>
id); ?>
id); ?>
|
escape($item->type); ?>
|
escape($item->group_title); ?>
|
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_FIELDS_BATCH_OPTIONS'),
'footer' => $this->loadTemplate('batch_footer')
),
$this->loadTemplate('batch_body')
); ?>