$this)); ?>
items)) : ?>
,
,
|
|
|
|
|
|
|
|
|
|
class="js-draggable" data-url="" data-direction="" data-nested="true">
items as $i => $item) :
$ordering = ($listOrder == 'a.ordering');
$canCreate = $user->authorise('core.create', 'com_newsfeeds.category.' . $item->catid);
$canEdit = $user->authorise('core.edit', 'com_newsfeeds.category.' . $item->catid);
$canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $user->get('id') || is_null($item->checked_out);
$canEditOwn = $user->authorise('core.edit.own', 'com_newsfeeds.category.' . $item->catid) && $item->created_by == $user->id;
$canChange = $user->authorise('core.edit.state', 'com_newsfeeds.category.' . $item->catid) && $canCheckin;
?>
id, false, 'cid', 'cb', $item->name); ?>
|
|
published, $i, 'newsfeeds.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?>
|
checked_out) : ?>
editor, $item->checked_out_time, 'newsfeeds.', $canCheckin); ?>
escape($item->name); ?>
escape($item->name); ?>
escape($item->alias)); ?>
escape($item->category_title); ?>
|
escape($item->access_level); ?>
|
numarticles; ?>
|
cache_time; ?>
|
association) : ?>
id); ?>
|
|
id; ?>
|
pagination->getListFooter(); ?>
authorise('core.create', 'com_newsfeeds')
&& $user->authorise('core.edit', 'com_newsfeeds')
&& $user->authorise('core.edit.state', 'com_newsfeeds')) : ?>
Text::_('COM_NEWSFEEDS_BATCH_OPTIONS'),
'footer' => $this->loadTemplate('batch_footer'),
),
$this->loadTemplate('batch_body')
); ?>