Stud.IP  trunk Revision
show_role.php File Reference

Variables

 endforeach
 
if(count( $users)===0)( 'Es wurden keine Benutzer gefunden.') ?></td ></tr ><? else(array_values( $users) as $index=> $user)(sprintf('%s %s(%s)', $user[ 'Vorname'], $user[ 'Nachname'], $user[ 'username'])) ?></a ></td >< td ><? $institutes = join(', ', $user['institutes'])
 
 endif
 

Variable Documentation

◆ $institutes

if(count($users) === 0)('Es wurden keine Benutzer gefunden.') ?> </td> </tr> <? else (array_values($users) as $index => $user) (sprintf('%s %s (%s)', $user['Vorname'], $user['Nachname'], $user['username'])) ?> </a> </td> <td><? $institutes = join(', ', $user['institutes'])

◆ endforeach

if(count($plugins) === 0)('Es wurden keine Plugins gefunden.') ?> </td> </tr> <? else (array_values($plugins) as $index => $plugin) ($plugin['name']) ?> </a> </td> <td><? 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'])])
$user
Definition: _actions.php:1

◆ endif

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