|
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) . JemOutput::publishstateicon($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)); ?>
|
places) ? $this->escape($row->places) : '-'; ?>
|
status;
if ($status === 1 && $row->waiting == 1) { $status = 2; }
echo jemhtml::toggleAttendanceStatus($row->id, $status, false, $this->print);
?>
|
jemsettings->regallowcomments)) : ?>
print) ? 256 : 16;
$cmnt = (\Joomla\String\StringHelper::strlen($row->comment) > $len) ? (\Joomla\String\StringHelper::substr($row->comment, 0, $len - 2).'…') : $row->comment;
if (!empty($cmnt)) :
echo ($this->print) ? $cmnt : HTMLHelper::_('tooltip', $row->comment, null, null, $cmnt, null, null);
endif;
?>
|