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