getIdentity(); $userId = $user->get('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $saveOrder = $listOrder == 'a.ordering'; $assoc = Associations::isEnabled(); if ($saveOrder && !empty($this->items)) { $saveOrderingUrl = 'index.php?option=com_weblinks&task=weblinks.saveOrderAjax&tmpl=component'; HTMLHelper::_('draggablelist.draggable'); } ?>
$this]); ?> items)) : ?>
class="js-draggable" data-url="" data-direction="" data-nested="true"> items as $i => $item) : ?> cat_link = Route::_('index.php?option=com_categories&extension=com_weblinks&task=edit&type=other&cid[]=' . $item->catid); ?> authorise('core.create', 'com_weblinks.category.' . $item->catid); ?> authorise('core.edit', 'com_weblinks.category.' . $item->catid); ?> authorise('core.manage', 'com_checkin') || $item->checked_out == $user->id || !$item->checked_out; ?> authorise('core.edit.own', 'com_weblinks.category.' . $item->catid) && $item->created_by == $user->id; ?> authorise('core.edit.state', 'com_weblinks.category.' . $item->catid) && $canCheckin; ?> pagination->getListFooter(); ?> authorise('core.create', 'com_weblinks') && $user->authorise('core.edit', 'com_weblinks') && $user->authorise('core.edit.state', 'com_weblinks') ) : ?> Text::_('COM_WEBLINKS_BATCH_OPTIONS'), 'footer' => $this->loadTemplate('batch_footer') ], $this->loadTemplate('batch_body')); ?>