Stud.IP  trunk Revision
index.php File Reference

Variables

if(empty( $semesters))( $filter)( 'In der gewählten Ansicht gibt es keine Einträge.') ?><? else( 'Es wurden noch keine Semester angelegt.') ?>< br ><? endif
 
else __pad0__
 
 $actionMenu = ActionMenu::get()
 
if($semester->visible) else
 
 endforeach
 

Variable Documentation

◆ $actionMenu

$actionMenu = ActionMenu::get()

◆ __pad0__

else __pad0__

◆ else

if ( $semester->absolute_seminars_count) else
Initial value:
{
$actionMenu->addButton(
'unlock',
_('Semester entsperren'),
Icon::create('lock-locked', Icon::ROLE_CLICKABLE, [
'title' => _('Semester entsperren'),
'formaction' => $controller->url_for("admin/semester/unlock/{$semester->id}"),
'data-confirm' => _('Soll das Semester wirklich entsperrt werden? Anmelderegeln und Sperrebenen werden nicht verändert.'),
'style' => 'vertical-align: text-bottom'
])
)
$actionMenu
Definition: index.php:78

◆ endforeach

endforeach

◆ endif

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