| 
|   | endif = LinkButton::create(_('Löschen'), $controller->url_for('calendar/single/delete/' . implode('/', $event->getId()))) | 
|   | 
| foreach( $event->getAccessibilityOptions( $calendar->getPermissionByUser( $GLOBALS[ 'user']->id)) as $key=> $option)()  | endforeach = $option | 
|   | 
| $mdays $mdays_options $mday_selected foreach( $mdays as $key=> $mday) if($key==$mday_selected)  | $mdays_options = '>' . $mday . '</option>' | 
|   | 
| $wdays_options $wday_selected foreach( $wdays as $key=> $wday) if($key==$wday_selected)  | $wdays_options = '>' . $wday . '</option>' | 
|   | 
| $mday $months $months_options $month_selected foreach( $months as $key=> $month) if($key==$month_selected)  | $months_options = '>' . $month . '</option>' | 
|   | 
| $checked $checked $exp_date $checked $exp_count  | $exceptions = $event->getExceptions() | 
|   |