$this)); ?>
items)) : ?>
,
,
|
|
|
|
|
|
items as $i => $item) :
$canEdit = $user->authorise('core.edit', 'com_users.category.' . $item->catid);
$canCheckin = $user->authorise('core.admin', 'com_checkin') || $item->checked_out == $user->get('id') || is_null($item->checked_out);
$canChange = $user->authorise('core.edit.state', 'com_users.category.' . $item->catid) && $canCheckin;
$subject = $item->subject ?: Text::_('COM_USERS_EMPTY_SUBJECT');
?>
id, false, 'cid', 'cb', $subject); ?>
|
state, $i, 'notes.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?>
|
checked_out) : ?>
editor, $item->checked_out_time, 'notes.', $canCheckin); ?>
subject ?: Text::_('COM_USERS_EMPTY_SUBJECT'); ?>
escape($subject); ?>
escape($subject); ?>
escape($item->category_title); ?>
|
escape($item->user_name); ?>
|
review_time !== null) : ?>
review_time, Text::_('DATE_FORMAT_LC4')); ?>
|
id; ?>
|
pagination->getListFooter(); ?>