minor adjustments in templates

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-07 12:29:11 +02:00
parent a37beef18e
commit fb163f8006
8 changed files with 79 additions and 76 deletions

View File

@@ -101,6 +101,7 @@ class Text
'entry' => $attributes['fields']['id'],
'id' => 'akModal' . $attributes['fields']['id'],
'title' => 'API-key ' . ($attributes['fields']['loginname'] ?? $attributes['fields']['adminname']),
'action' => 'apikeys',
'body' => $body
];
}