Stud.IP  5.4
show_role.php File Reference

Variables

 endforeach
 
if(count($users)===0)<?=_( 'Es wurden keine Benutzer gefunden.') ?></td ></tr ><? else:?><? foreach(array_values( $users) as $index=> $user = _('Einrichtungszuordnung')
 
<?=$index+1 ?></td >< td >< a href="<?= $controller-> link_for ('admin/role/assign_role', $user->id) ?>"><? $institutes = join(', ', $user_institutes[$user->id])
 
 endif
 
if(count($plugins)===0)<?=_( 'Es wurden keine Plugins gefunden.') ?></td ></tr ><? else:?><? foreach(array_values( $plugins) as $index=> $plugin = _('Typ')
 

Variable Documentation

◆ $institutes

array $institutes = join(', ', $user_institutes[$user->id])

◆ $plugin

array $plugin = _('Typ')

Copyright (c) 2012 Rasmus Fuhse fuhse.nosp@m.@dat.nosp@m.a-que.nosp@m.st.d.nosp@m.e

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

◆ $user

User $user = _('Einrichtungszuordnung')

◆ endforeach

<?= $index + 1 ?></td><td><a href="<?= $controller-> url_for ('admin/role/assign_plugin_role', $plugin['id']) ?>"> <? endforeach
Initial value:
="actions">
<?= Icon::create('trash')->asInput([
'title' => _('Rolle entziehen'),
'data-confirm' => _('Soll dieser Person wirklich die Rolle entzogen werden?'),
'formaction' => $controller->url_for('admin/role/remove_user', $roleid, $user->id),
])
static create($shape, $role=Icon::DEFAULT_ROLE, $attributes=[])
Definition: Icon.class.php:101
title _
Definition: likert_evaluation.php:102
if(count($users)===0)<?=_( 'Es wurden keine Benutzer gefunden.') ?></td ></tr ><? else:?><? foreach(array_values( $users) as $index=> $user
Definition: show_role.php:84

◆ endif

endif
Initial value:
= Studip\Button::create(_('Löschen'), 'delete', [
'data-confirm' => _('Sollen den markierten Plugins wirklich die Rolle entzogen werden?'),
])
title _
Definition: likert_evaluation.php:102
static create($label=NULL, $trait=NULL, $attributes=[])
Definition: Interactable.class.php:111