group email-domains in overview if there are email addresses for multiple domains

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-01-11 22:22:39 +01:00
parent cb67e3ae63
commit 82af9af1e1
4 changed files with 127 additions and 36 deletions

View File

@@ -27,7 +27,7 @@ return [
'emails_add' => [
'title' => lng('emails.emails_add'),
'image' => 'fa-solid fa-plus',
'self_overview' => ['section' => 'email', 'page' => 'emails'],
'self_overview' => ['section' => 'email', 'page' => 'email_domain', 'domainid' => $email_domainid ?: 0],
'sections' => [
'section_a' => [
'title' => lng('emails.emails_add'),