Stud.IP  jlu_3.3 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:
= Assets::input('icons/16/blue/trash.png', tooltip2(_('Ferien löschen')) + array(
'formaction' => $controller->url_for('admin/holidays/delete/' . $holiday->id),
))
static input($source, $opt=array())
Definition: Assets.class.php:182
tooltip2($text, $with_alt=TRUE, $with_popup=FALSE)
Definition: visual.inc.php:777

◆ 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