print) && !empty($this->permissions->canPublishEvent)) : ?>
|
params) && $row->params->get('access-change', false)) :
echo HTMLHelper::_('grid.id', $i, $row->eventid);
endif;
?>
|
dates, $row->times, $row->enddates, $row->endtimes, $this->jemsettings->showtime); ?>
|
jemsettings->showtitle == 1) && ($this->jemsettings->showdetails == 1)) : ?>
escape($row->title) . JemOutput::recurrenceicon($row); ?>
|
jemsettings->showtitle == 1) && ($this->jemsettings->showdetails == 0)) : ?>
escape($row->title) . JemOutput::recurrenceicon($row); ?>
|
jemsettings->showlocate == 1) : ?>
venue)) :
if (($this->jemsettings->showlinkvenue == 1) && !empty($row->venueslug)) :
echo "".$this->escape($row->venue)."";
else :
echo $this->escape($row->venue);
endif;
else :
echo '-';
endif;
?>
|
jemsettings->showcity == 1) : ?>
city) ? $this->escape($row->city) : '-'; ?>
|
jemsettings->showstate == 1) : ?>
state) ? $this->escape($row->state) : '-'; ?>
|
jemsettings->showcat == 1) : ?>
categories, $this->jemsettings->catlinklist)); ?>
|
params->get('displayattendeecolumn') == 1) : ?>
jemsettings->showfroregistra || ($row->registra & 1)) {
$linkreg = 'index.php?option=com_jem&view=attendees&id='.$row->id.'&Itemid='.$this->itemid;
$count = $row->regCount;
if ($row->maxplaces)
{
$count .= '/'.$row->maxplaces;
if ($row->waitinglist && $row->waiting) {
$count .= ' + '.$row->waiting;
}
}
if (!empty($row->unregCount)) {
$count .= ' - '.(int)$row->unregCount;
}
if (!empty($row->invited)) {
$count .= ', '.(int)$row->invited .' ?';
}
if (!empty($row->regTotal) || empty($row->finished)) {
?>
|
print) && !empty($row->params) && $row->params->get('access-change', false);
echo HTMLHelper::_('jgrid.published', $row->published, $i, 'myevents.', $enabled);
?>
|