customer-extras overviews

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-25 17:17:29 +01:00
parent 01798650fe
commit 8c6452bb05
11 changed files with 211 additions and 88 deletions

View File

@@ -17,7 +17,7 @@
return array(
'backup' => array(
'title' => $lng['extras']['backup'],
'image' => 'icons/backup_big.png',
'image' => 'fa-solid fa-server',
'sections' => array(
'section_a' => array(
'title' => $lng['extras']['backup'],
@@ -33,8 +33,9 @@ return array(
),
'path_protection_info' => array(
'label' => $lng['extras']['path_protection_label'],
'type' => 'label',
'value' => $lng['extras']['path_protection_info']
'type' => 'infotext',
'value' => $lng['extras']['path_protection_info'],
'classes' => 'fw-bold text-danger'
),
'backup_web' => array(
'label' => $lng['extras']['backup_web'],

View File

@@ -17,7 +17,7 @@
return array(
'htaccess_add' => array(
'title' => $lng['extras']['pathoptions_add'],
'image' => 'icons/htpasswd_add.png',
'image' => 'fa-solid fa-folder',
'sections' => array(
'section_a' => array(
'title' => $lng['extras']['pathoptions_add'],

View File

@@ -17,7 +17,7 @@
return array(
'htaccess_edit' => array(
'title' => $lng['extras']['pathoptions_edit'],
'image' => 'icons/htpasswd_edit.png',
'image' => 'fa-solid fa-folder',
'sections' => array(
'section_a' => array(
'title' => $lng['extras']['pathoptions_edit'],

View File

@@ -17,7 +17,7 @@
return array(
'htpasswd_add' => array(
'title' => $lng['extras']['directoryprotection_add'],
'image' => 'icons/htpasswd_add.png',
'image' => 'fa-solid fa-lock',
'sections' => array(
'section_a' => array(
'title' => $lng['extras']['directoryprotection_add'],

View File

@@ -17,7 +17,7 @@
return array(
'htpasswd_edit' => array(
'title' => $lng['extras']['directoryprotection_edit'],
'image' => 'icons/htpasswd_edit.png',
'image' => 'fa-solid fa-lock',
'sections' => array(
'section_a' => array(
'title' => $lng['extras']['directoryprotection_edit'],