|
= htmlReady($tool->name) ?>
|
= htmlReady($tool->launch_url) ?>
|
= htmlReady($tool->consumer_key) ?> |
= htmlReady($tool->getLtiVersionString()) ?> |
= count($tool->links) ?> |
= Icon::create('edit') ?>
= Icon::create('trash')->asInput([
'formaction' => $controller->url_for('lti/tool/delete/global/' . $tool->id),
'title' => _('LTI-Tool löschen'),
'data-confirm' => sprintf(_('Wollen Sie das LTI-Tool „%s“ wirklich löschen?'), htmlReady($tool->name)),
'aria-label' => _('LTI-Tool löschen'),
]) ?>
|
endforeach ?>