$this)); ?>
items)) : ?>
,
,
|
|
|
|
|
|
|
authorise('core.create', 'com_finder');
$canEdit = $user->authorise('core.edit', 'com_finder');
$userAuthoriseCoreManage = $user->authorise('core.manage', 'com_checkin');
$userAuthoriseCoreEditState = $user->authorise('core.edit.state', 'com_finder');
$userId = $user->id;
foreach ($this->items as $i => $item) :
$canCheckIn = $userAuthoriseCoreManage || $item->checked_out == $userId || is_null($item->checked_out);
$canChange = $userAuthoriseCoreEditState && $canCheckIn;
$escapedTitle = $this->escape($item->title);
?>
filter_id, false, 'cid', 'cb', $item->title); ?>
|
state, $i, 'filters.', $canChange); ?>
|
checked_out) : ?>
editor, $item->checked_out_time, 'filters.', $canCheckIn); ?>
|
created_by_alias ?: $item->user_name; ?>
|
created, Text::_('DATE_FORMAT_LC4')); ?>
|
map_count; ?>
|
filter_id; ?>
|
pagination->getListFooter(); ?>