more sub-navigation links; rename 'cancel' to 'discard changes' as it is a form-reset button

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-18 20:39:01 +02:00
parent 3e1ad050a8
commit e7ccc7bf76
7 changed files with 10 additions and 8 deletions

View File

@@ -34,7 +34,6 @@ return [
'section_a' => [
'title' => lng('emails.emails_edit'),
'image' => 'icons/email_edit.png',
'nobuttons' => true,
'fields' => [
'email_full' => [
'label' => lng('emails.emailaddress'),
@@ -120,9 +119,7 @@ return [
]
],
'buttons' => [
[
'label' => lng('panel.backtooverview')
]
/* none */
]
]
];