$this->task, 'print_link' => $this->print_link);
echo JemOutput::createButtonBar($this->getName(), $this->permissions, $btn_params);
?>
params->get('show_page_heading', 1)) : ?>
escape($this->params->get('page_heading')); ?>
rows as $row) : ?>
limage, 'venue' ); ?>
settings->get('global_show_detlinkvenue',1)) && (!empty($row->url))) : ?>
-
-
url) > 35) {
$urlclean = htmlspecialchars(\Joomla\String\StringHelper::substr($row->url, 0 , 35)) . '...';
} else {
$urlclean = htmlspecialchars($row->url);
}
echo $urlclean;
?>
settings->get('global_show_detailsadress',1)) : ?>
street) : ?>
-
-
escape($row->street); ?>
postalCode) : ?>
-
-
escape($row->postalCode); ?>
city) : ?>
-
-
escape($row->city); ?>
state) : ?>
-
-
escape($row->state); ?>
country) : ?>
-
-
country) :
$countryimg = JemHelperCountries::getCountryFlag($row->country);
echo $countryimg ? $countryimg : $row->country;
endif; ?>
published) && (!empty($this->show_status) || $row->published == 0)) : ?>
- :
-
published) {
case 1: echo Text::_('JPUBLISHED'); break;
case 0: echo Text::_('JUNPUBLISHED'); break;
case 2: echo Text::_('JARCHIVED'); break;
case -2: echo Text::_('JTRASHED'); break;
} ?>
settings->get('global_show_mapserv') == 1 || $this->settings->get('global_show_mapserv') == 4) : ?>
settings); ?>
published) && (!empty($this->show_status) || $row->published == 0)) : ?>
- :
-
published) {
case 1: echo Text::_('JPUBLISHED'); break;
case 0: echo Text::_('JUNPUBLISHED'); break;
case 2: echo Text::_('JARCHIVED'); break;
case -2: echo Text::_('JTRASHED'); break;
} ?>
-
-
EventsPublished; ?>
-
-
EventsArchived; ?>
settings->get('global_show_detailsadress',1)) : ?>
settings->get('global_show_mapserv') == 2 || $this->settings->get('global_show_mapserv') == 5) : ?>
settings); ?>
settings->get('global_show_mapserv')== 3) : ?>
settings); ?>
settings->get('global_show_locdescription',1) && $row->locdescription != '' && $row->locdescription != '
') : ?>
locdescription; ?>