Stud.IP  4.1 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',
])
static create($shape, $role=Icon::DEFAULT_ROLE, $attributes=array())
Definition: Icon.class.php:101

◆ endif

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