}
 // Anzeige der Teilnehmer erlauben          -- todo fix acl
 if (MatukioHelperSettings::getSettings('frontend_userviewteilnehmer', 0) == 2 and $my->id > 0 and $this->art == 0 or MatukioHelperSettings::getSettings('frontend_userviewteilnehmer', 0) == 1 and $this->art == 0 or MatukioHelperSettings::getSettings('frontend_teilnehmerviewteilnehmer', 0) > 0 and $my->id > 0 and $this->art == 1 or MatukioHelperSettings::getSettings('frontend_ownereditevent', 1) > 0 and $this->art == 2) {
     $htxt = "&nbsp";
     if ($row->nrbooked > 0) {
         $viewteilnehmerlink = JRoute::_("index.php?option=com_matukio&view=participants&cid=" . $row->id . "&art=" . $this->art);
         $htxt = "<a href=\"" . $viewteilnehmerlink . "\"><span class=\"mat_button\" style=\"cursor:pointer;\"\r\n                title=\"" . JTEXT::_('COM_MATUKIO_BOOKINGS') . "\">" . $gebucht->booked . "</span></a>";
     }
     $html .= MatukioHelperUtilsEvents::getTableCell($htxt, 'h', '', '30', "sem_row");
 }
 // Bewertung erlauben
 if (MatukioHelperSettings::getSettings('frontend_ratingsystem', 0) > 0 and $this->art > 0) {
     $htxt = "&nbsp";
     if ($neudatum > $row->end and $row->nrbooked > 0) {
         if ($this->art == 1) {
             $htxt = MatukioHelperUtilsEvents::getRatingPopup(MatukioHelperUtilsBasic::getComponentImagePath(), $row->id, $buchopt[2][0]->grade);
         } elseif ($this->art == 2) {
             $htxt = "<img src=\"" . MatukioHelperUtilsBasic::getComponentImagePath() . "240" . $row->grade . ".png\" alt=\"" . JTEXT::_('COM_MATUKIO_RATING') . "\">";
         }
         $htbr = 30;
     } else {
         $htxt = "&nbsp;";
         $htbr = "";
     }
     $html .= MatukioHelperUtilsEvents::getTableCell($htxt, 'h', '', $htbr, "sem_row");
 }
 // Ausgabe der Statusgrafik
 if (MatukioHelperSettings::getSettings('event_statusgraphic', 2) > 0) {
     $htxt = "&nbsp;";
     // Ampel
     if (MatukioHelperSettings::getSettings('event_statusgraphic', 2) == 1 and $row->nrbooked > 0) {