|
|
= $index + 1 ?>.
|
= htmlReady(sprintf('%s %s (%s)', $user['Vorname'], $user['Nachname'], $user['username'])) ?>
|
= $user['perms'] ?> |
$institutes = join(', ', $user['institutes']); ?>
= htmlReady(mb_substr($institutes, 0, 60)) ?>
if (mb_strlen($institutes) > 60): ?>
...= tooltipIcon(join("\n", $user['institutes']))?>
endif ?>
|
= 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'])]) ?>
|
endforeach; ?>
endif; ?>
if ($implicit_count > 0): ?>