add 'back to overview' links when adding/editing entities
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -18,6 +18,7 @@ return array(
|
||||
'htaccess_add' => array(
|
||||
'title' => $lng['extras']['pathoptions_add'],
|
||||
'image' => 'fa-solid fa-folder',
|
||||
'self_overview' => ['section' => 'extras', 'page' => 'htaccess'],
|
||||
'sections' => array(
|
||||
'section_a' => array(
|
||||
'title' => $lng['extras']['pathoptions_add'],
|
||||
|
||||
@@ -18,6 +18,7 @@ return array(
|
||||
'htaccess_edit' => array(
|
||||
'title' => $lng['extras']['pathoptions_edit'],
|
||||
'image' => 'fa-solid fa-folder',
|
||||
'self_overview' => ['section' => 'extras', 'page' => 'htaccess'],
|
||||
'sections' => array(
|
||||
'section_a' => array(
|
||||
'title' => $lng['extras']['pathoptions_edit'],
|
||||
|
||||
@@ -18,6 +18,7 @@ return array(
|
||||
'htpasswd_add' => array(
|
||||
'title' => $lng['extras']['directoryprotection_add'],
|
||||
'image' => 'fa-solid fa-lock',
|
||||
'self_overview' => ['section' => 'extras', 'page' => 'htpasswds'],
|
||||
'sections' => array(
|
||||
'section_a' => array(
|
||||
'title' => $lng['extras']['directoryprotection_add'],
|
||||
|
||||
@@ -18,6 +18,7 @@ return array(
|
||||
'htpasswd_edit' => array(
|
||||
'title' => $lng['extras']['directoryprotection_edit'],
|
||||
'image' => 'fa-solid fa-lock',
|
||||
'self_overview' => ['section' => 'extras', 'page' => 'htpasswds'],
|
||||
'sections' => array(
|
||||
'section_a' => array(
|
||||
'title' => $lng['extras']['directoryprotection_edit'],
|
||||
|
||||
Reference in New Issue
Block a user