add 'back to overview' links when adding/editing entities

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-20 17:08:49 +02:00
parent 35a8fe7372
commit f82d78ad5d
28 changed files with 35 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ return array(
'domain_add' => array(
'title' => $lng['admin']['domain_add'],
'image' => 'fa-solid fa-globe',
'self_overview' => ['section' => 'domains', 'page' => 'domains'],
'sections' => array(
'section_a' => array(
'title' => $lng['domains']['domainsettings'],

View File

@@ -18,6 +18,7 @@ return array(
'domain_edit' => array(
'title' => $lng['admin']['domain_edit'],
'image' => 'fa-solid fa-globe',
'self_overview' => ['section' => 'domains', 'page' => 'domains'],
'sections' => array(
'section_a' => array(
'title' => $lng['domains']['domainsettings'],

View File

@@ -18,6 +18,7 @@ return array(
'domain_import' => array(
'title' => $lng['domains']['domain_import'],
'image' => 'fa-solid fa-file-import',
'self_overview' => ['section' => 'domains', 'page' => 'domains'],
'sections' => array(
'section_a' => array(
'title' => $lng['domains']['domain_import'],