Stud.IP  5.4
index.php File Reference

Variables

foreach( $userlists as $list)( $list->getId()) ?>"> <td><? endforeach
 

Variable Documentation

◆ endforeach

foreach ($userlists as $list) ($list->getId()) ?>"> <td><? endforeach
Initial value:
= ActionMenu::get()->addLink(
$controller->configureURL($list->getId()),
_('Nutzerliste bearbeiten'),
Icon::create('edit')
)->addButton(
'delete',
_('Personenliste löschen'),
Icon::create('trash'),
[
'formaction' => $controller->deleteURL($list->getId()),
'data-confirm' => sprintf(_('Soll die Nutzerliste %s wirklich gelöscht werden?'), $list->getName()),
]
)
static create($shape, $role=Icon::DEFAULT_ROLE, $attributes=[])
Definition: Icon.class.php:101
$list
Definition: admin_evaluation.php:49
title _
Definition: likert_evaluation.php:102
static get()
Definition: ActionMenu.php:22