Stud.IP  trunk Revision
index.php File Reference

Variables

if(empty( $holidays))( $filter)( 'In der gewählten Ansicht gibt es keine Einträge.') ?><? else( 'Es wurden noch keine Ferien angelegt.') ?>< br ><? endif
 
else __pad0__
 
checkbox ids[]<?=$holiday-> id endforeach
 

Variable Documentation

◆ __pad0__

else __pad0__

◆ endforeach

checkbox ids []<?= $holiday-> id endforeach
Initial value:
= Icon::create('trash', 'clickable', ['title' => _('Ferien löschen')])->asInput([
'formaction' => $controller->url_for('admin/holidays/delete/' . $holiday->id),
'data-confirm' => _('Sollen die Ferien wirklich gelöscht werden?'),
'class' => 'text-bottom',
])

◆ endif

endif
Initial value:
= Studip\LinkButton::create(_('Neue Ferien anlegen'),
$controller->url_for('admin/holidays/edit'),
['data-dialog' => 'size=auto'])
static create($label=NULL, $trait=NULL, $attributes=[])
Definition: Interactable.class.php:112