Stud.IP  trunk Revision
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-> url_for ('admin/role/assign_role', $user['user_id']) ?>"><? $institutes = join(', ', $user['institutes'])
 
 endif
 
if(count($plugins)===0)<?=_( 'Es wurden keine Plugins gefunden.') ?></td ></tr ><? else:?><? foreach(array_values( $plugins) as $index=> $plugin = _('Typ')
 

Variable Documentation

◆ $institutes

<?= $index + 1 ?></td><td><a href="<?= $controller-> url_for ('admin/role/assign_role', $user['user_id']) ?>"> <? $institutes = join(', ', $user['institutes'])

◆ $plugin

if (count( $plugins)===0)<?= _('Es wurden keine Plugins gefunden.') ?></td></tr><? else: ?><? foreach (array_values($plugins) as $index => $plugin = _('Typ')

◆ $user

if (count( $users)===0)<?= _('Es wurden keine Benutzer gefunden.') ?></td></tr><? else: ?><? foreach (array_values($users) as $index => $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', 'clickable', ['title' => _('Rolle entziehen')])
->asInput([
"data-confirm" => _('Soll dieser Person wirklich die Rolle entzogen werden?'),
"formaction" => $controller->url_for('admin/role/remove_user/'.$roleid.'/'.$user['user_id'])])
_( 'Vertretungen')]
Definition: config.inc.php:90
if(count($users)===0)<?=_( 'Es wurden keine Benutzer gefunden.') ?></td ></tr ><? else:?><? foreach(array_values( $users) as $index=> $user
Definition: show_role.php:74

◆ endif

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