diff --git a/admin/api_keys.php b/admin/api_keys.php index 550bd03..ccc0c24 100644 --- a/admin/api_keys.php +++ b/admin/api_keys.php @@ -115,17 +115,17 @@ $adminBase = '';
= __('api_none') ?>
| = __('label_name') ?> | = __('api_col_prefix') ?> | = __('api_col_scope') ?> | = __('api_col_limit') ?> | = __('label_status') ?> | = __('api_col_last_used') ?> | = __('api_col_created_by') ?> | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = htmlspecialchars($k['name']) ?> | -uvt_= htmlspecialchars($k['key_prefix']) ?>… |
- = ($k['scope'] ?? 'write') === 'read' ? __('api_scope_read_short') : __('api_scope_write_short') ?> | -= (int)($k['rate_limit'] ?? 0) === 0 ? '∞' : (int)$k['rate_limit'] . '/min' ?> | -= $k['is_active'] ? __('api_state_active') : __('api_state_blocked') ?> | -= $k['last_used_at'] ? date('d.m.Y H:i', strtotime($k['last_used_at'])) : '–' ?> | -= htmlspecialchars($k['creator'] ?? '–') ?> | += htmlspecialchars($k['name']) ?> | +uvt_= htmlspecialchars($k['key_prefix']) ?>… |
+ = ($k['scope'] ?? 'write') === 'read' ? __('api_scope_read_short') : __('api_scope_write_short') ?> | += (int)($k['rate_limit'] ?? 0) === 0 ? '∞' : (int)$k['rate_limit'] . '/min' ?> | += $k['is_active'] ? __('api_state_active') : __('api_state_blocked') ?> | += $k['last_used_at'] ? date('d.m.Y H:i', strtotime($k['last_used_at'])) : '–' ?> | += htmlspecialchars($k['creator'] ?? '–') ?> |
= $k['is_active'] ? __('api_action_block') : __('api_action_unblock') ?>
= __('btn_delete') ?>
diff --git a/admin/audit_log.php b/admin/audit_log.php
index 551a042..52d2937 100644
--- a/admin/audit_log.php
+++ b/admin/audit_log.php
@@ -71,7 +71,7 @@ foreach (['voucher_created', 'voucher_bulk', 'user_login', 'user_logout', 'user_
-
@@ -105,15 +105,15 @@ foreach (['voucher_created', 'voucher_bulk', 'user_login', 'user_logout', 'user_
= __('audit_filter') ?>
+ = __('audit_filter') ?>
- = __('audit_title') ?>
+ = __('audit_title') ?>
= number_format($total) ?> Einträge
- = __('audit_none') ?> = __('audit_none') ?>
-
|