= _('Sie können hier einen Teil der Logging-Funktionen direkt verändern.') ?>
| = _('Name') ?> | = _('Beschreibung') ?> | = _('Template') ?> | = _('Anzahl') ?> | = _('Aktiv?') ?> | = _('Ablaufzeit') ?> | |
|---|---|---|---|---|---|---|
| = htmlReady($log_action['name']) ?> | = htmlReady($log_action['description']) ?> | = htmlReady($log_action['info_template']) ?> | = $log_action['log_count'] ?> | if ($log_action['active']): ?> = Icon::create('accept', Icon::ROLE_STATUS_GREEN) ?> else: ?> = Icon::create('decline', Icon::ROLE_STATUS_RED) ?> endif ?> | if ($log_action['expires'] > 0): ?> = $log_action['expires'] / 86400 ?> = _('Tage') ?> else: ?> = Icon::create('decline', Icon::ROLE_STATUS_RED) ?> endif ?> | = Icon::create('edit') ?> |