$this));
?>
items)) : ?>
,
,
|
|
|
|
|
|
|
|
|
|
|
hits) : ?>
|
vote) : ?>
|
|
|
class="js-draggable" data-url="" data-direction="" data-nested="true">
items as $i => $item) :
$item->max_ordering = 0;
$canEdit = $user->authorise('core.edit', 'com_content.article.' . $item->id);
$canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $userId || is_null($item->checked_out);
$canEditOwn = $user->authorise('core.edit.own', 'com_content.article.' . $item->id) && $item->created_by == $userId;
$canChange = $user->authorise('core.edit.state', 'com_content.article.' . $item->id) && $canCheckin;
$canEditCat = $user->authorise('core.edit', 'com_content.category.' . $item->catid);
$canEditOwnCat = $user->authorise('core.edit.own', 'com_content.category.' . $item->catid) && $item->category_uid == $userId;
$canEditParCat = $user->authorise('core.edit', 'com_content.category.' . $item->parent_category_id);
$canEditOwnParCat = $user->authorise('core.edit.own', 'com_content.category.' . $item->parent_category_id) && $item->parent_category_uid == $userId;
$transitions = ContentHelper::filterTransitions($this->transitions, (int) $item->stage_id, (int) $item->workflow_id);
$transition_ids = ArrayHelper::getColumn($transitions, 'value');
$transition_ids = ArrayHelper::toInteger($transition_ids);
?>
id, false, 'cid', 'cb', $item->title); ?>
|
|
$transitions,
'title' => Text::_($item->stage_title),
'tip_content' => Text::sprintf('JWORKFLOW', Text::_($item->workflow_title)),
'id' => 'workflow-' . $item->id,
'task' => 'articles.runTransition'
];
echo (new TransitionButton($options))
->render(0, $i);
?>
|
'articles.',
'disabled' => $workflow_featured || !$canChange,
'id' => 'featured-' . $item->id
];
echo (new FeaturedButton)
->render((int) $item->featured, $i, $options, $item->featured_up, $item->featured_down);
?>
|
'articles.',
'disabled' => $workflow_state || !$canChange,
'id' => 'state-' . $item->id
];
echo (new PublishedButton)->render((int) $item->state, $i, $options, $item->publish_up, $item->publish_down);
?>
|
checked_out) : ?>
editor, $item->checked_out_time, 'articles.', $canCheckin); ?>
escape($item->title); ?>
escape($item->title); ?>
note)) : ?>
escape($item->alias)); ?>
escape($item->alias), $this->escape($item->note)); ?>
|
escape($item->access_level); ?>
|
created_by != 0) : ?>
escape($item->author_name); ?>
created_by_alias) : ?>
escape($item->created_by_alias)); ?>
|
association) : ?>
id); ?>
|
|
{$orderingColumn};
echo $date > 0 ? HTMLHelper::_('date', $date, Text::_('DATE_FORMAT_LC4')) : '-';
?>
|
hits) : ?>
hits; ?>
|
vote) : ?>
rating_count; ?>
|
rating; ?>
|
id; ?>
|
pagination->getListFooter(); ?>
authorise('core.create', 'com_content')
&& $user->authorise('core.edit', 'com_content')
&& $user->authorise('core.edit.state', 'com_content')) : ?>
Text::_('COM_CONTENT_BATCH_OPTIONS'),
'footer' => $this->loadTemplate('batch_footer'),
),
$this->loadTemplate('batch_body')
); ?>