$this));
?>
items)) : ?>
,
,
|
|
|
|
items[0]) && property_exists($this->items[0], 'count_published')) : ?>
|
items[0]) && property_exists($this->items[0], 'count_unpublished')) : ?>
|
items[0]) && property_exists($this->items[0], 'count_archived')) : ?>
|
items[0]) && property_exists($this->items[0], 'count_trashed')) : ?>
|
|
state->get('list.direction'), $this->state->get('list.ordering')); ?>
|
|
|
class="js-draggable" data-url="" data-direction="" data-nested="true">
items as $i => $item) :
$orderkey = array_search($item->id, $this->ordering[$item->parent_id]);
$canCreate = $user->authorise('core.create', 'com_tags');
$canEdit = $user->authorise('core.edit', 'com_tags');
$canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $user->get('id') || is_null($item->checked_out);
$canChange = $user->authorise('core.edit.state', 'com_tags') && $canCheckin;
// Get the parents of item for sorting
if ($item->level > 1)
{
$parentsStr = '';
$_currentParentId = $item->parent_id;
$parentsStr = ' ' . $_currentParentId;
for ($j = 0; $j < $item->level; $j++)
{
foreach ($this->ordering as $k => $v)
{
$v = implode('-', $v);
$v = '-' . $v . '-';
if (strpos($v, '-' . $_currentParentId . '-') !== false)
{
$parentsStr .= ' ' . $k;
$_currentParentId = $k;
break;
}
}
}
}
else
{
$parentsStr = '';
}
?>
id, false, 'cid', 'cb', $item->title); ?>
|
|
published, $i, 'tags.', $canChange); ?>
|
$item->level)); ?>
checked_out) : ?>
editor, $item->checked_out_time, 'tags.', $canCheckin); ?>
escape($item->title); ?>
escape($item->title); ?>
note)) : ?>
escape($item->alias)); ?>
escape($item->alias), $this->escape($item->note)); ?>
|
items[0]) && property_exists($this->items[0], 'count_published')) : ?>
count_published; ?>
|
items[0]) && property_exists($this->items[0], 'count_unpublished')) : ?>
count_unpublished; ?>
|
items[0]) && property_exists($this->items[0], 'count_archived')) : ?>
count_archived; ?>
|
items[0]) && property_exists($this->items[0], 'count_trashed')) : ?>
count_trashed; ?>
|
escape($item->access_title); ?>
|
|
countTaggedItems; ?>
|
id; ?>
|
pagination->getListFooter(); ?>
authorise('core.create', 'com_tags')
&& $user->authorise('core.edit', 'com_tags')
&& $user->authorise('core.edit.state', 'com_tags')) : ?>
Text::_('COM_TAGS_BATCH_OPTIONS'),
'footer' => $this->loadTemplate('batch_footer'),
),
$this->loadTemplate('batch_body')
); ?>