$this]);
?>
items)) : ?>
,
,
|
|
|
|
|
|
|
|
|
|
items as $i => $item) :
$canCreate = $user->authorise('core.create', 'com_banners');
$canEdit = $user->authorise('core.edit', 'com_banners');
$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_banners') && $canCheckin;
?>
id, false, 'cid', 'cb', $item->name); ?>
|
state, $i, 'clients.', $canChange); ?>
|
checked_out) : ?>
editor, $item->checked_out_time, 'clients.', $canCheckin); ?>
escape($item->name); ?>
escape($item->name); ?>
|
contact; ?>
|
count_published; ?>
|
count_unpublished; ?>
|
count_archived; ?>
|
count_trashed; ?>
|
purchase_type < 0) : ?>
get('purchase_type')])); ?>
purchase_type]); ?>
|
id; ?>
|
pagination->getListFooter(); ?>