= sprintf(_('Rechtestufe %s erhält zusätzliche globale Rolle(n):'), htmlReady($studip_role)) ?>
foreach ($ilias_roles as $role_data) : ?>
- = htmlReady(sprintf(_('%s (ID %s)'), $role_data['name'], $role_data['id'])) ?>
= Icon::create('trash')->asInput([
'class' => 'text-bottom',
'title' => _('Diese Rollenzuweisung entfernen'),
'data-confirm' => _('Sind Sie sicher, dass Sie diese ILIAS-Rollenzuweisung entfernen wollen?'),
'formaction' => $controller->url_for(
'admin/ilias_interface/save/'.$ilias_index,
[
'remove_additional_role' => $role_data['id'],
'studip_role' => $studip_role,
]
)
])?>
endforeach ?>