| = $help_content->visible ? ' checked' : '' ?>>
|
= htmlReady($help_content->route) ?>
if ($help_content->comment) : ?>
= tooltipIcon($help_content->comment) ?>
endif ?>
|
= htmlReady($help_content->language) ?> |
= htmlReady($help_content->studip_version) ?> |
= formatReady($help_content->content) ?> |
= $help_content->chdate ? date('d.m.Y H:i', $help_content->chdate) : '' ?> |
if ($help_content->author) : ?>
= htmlReady($help_content->author->getFullName()) ?>
elseif ($help_content->author_email) : ?>
= htmlReady($help_content->author_email) ?>
else : ?>
= _('unbekannt') ?>
endif ?>
|
data-dialog="size=auto;reload-on-close">
= Icon::create('edit', 'clickable')->asImg() ?>
data-dialog="size=auto;reload-on-close">
= Icon::create('trash', 'clickable')->asImg() ?>
|
endforeach ?>