diff --git a/admin_configfiles.php b/admin_configfiles.php index 2f08d6d2..4f0c5432 100644 --- a/admin_configfiles.php +++ b/admin_configfiles.php @@ -165,7 +165,7 @@ if ($userinfo['change_serversettings'] == '1') { ]), 'label' => lng('panel.ihave_configured'), 'class' => 'btn-outline-warning', - 'icon' => 'fa fa-circle-check' + 'icon' => 'fa-solid fa-circle-check' ] ] : [], // alert diff --git a/admin_settings.php b/admin_settings.php index 945458ce..83df50db 100644 --- a/admin_settings.php +++ b/admin_settings.php @@ -316,13 +316,13 @@ if ($page == 'overview' && $userinfo['change_serversettings'] == '1') { 'class' => 'btn-outline-primary', 'href' => $linker->getLink(['section' => 'settings', 'page' => 'overview']), 'label' => lng('admin.configfiles.overview'), - 'icon' => 'fa fa-grip' + 'icon' => 'fa-solid fa-grip' ], [ 'class' => 'btn-outline-secondary', 'href' => $linker->getLink(['section' => 'settings', 'page' => $page, 'action' => 'export']), 'label' => 'Download/export ' . lng('admin.serversettings'), - 'icon' => 'fa fa-file-import' + 'icon' => 'fa-solid fa-file-import' ] ] ]); diff --git a/dns_editor.php b/dns_editor.php index c368cf29..079c2a25 100644 --- a/dns_editor.php +++ b/dns_editor.php @@ -133,13 +133,13 @@ UI::view('user/dns-editor.html.twig', [ 'id' => $domain_id ]), 'label' => lng('panel.edit'), - 'icon' => 'fa fa-pen' + 'icon' => 'fa-solid fa-pen' ], [ 'class' => 'btn-secondary', 'href' => $linker->getLink(['section' => 'domains', 'page' => 'domains']), 'label' => lng('menue.domains.domains'), - 'icon' => 'fa fa-globe' + 'icon' => 'fa-solid fa-globe' ] ], 'formaction' => $linker->getLink(['section' => 'domains', 'action' => 'add_record', 'domain_id' => $domain_id]), diff --git a/lib/Froxlor/UI/Callbacks/Domain.php b/lib/Froxlor/UI/Callbacks/Domain.php index 4fb7f60b..80a82e57 100644 --- a/lib/Froxlor/UI/Callbacks/Domain.php +++ b/lib/Froxlor/UI/Callbacks/Domain.php @@ -168,7 +168,7 @@ class Domain public static function editSSLButtons(array $attributes): array { $result = [ - 'icon' => 'fa fa-shield', + 'icon' => 'fa-solid fa-shield', 'title' => lng('panel.ssleditor'), 'href' => [ 'section' => 'domains', diff --git a/lib/navigation/00.froxlor.main.php b/lib/navigation/00.froxlor.main.php index 75e3b009..01abe864 100644 --- a/lib/navigation/00.froxlor.main.php +++ b/lib/navigation/00.froxlor.main.php @@ -31,7 +31,7 @@ return [ 'url' => 'customer_email.php', 'label' => lng('menue.email.email'), 'show_element' => (!Settings::IsInList('panel.customer_hide_options', 'email')), - 'icon' => 'fa fa-envelope', + 'icon' => 'fa-solid fa-envelope', 'elements' => [ [ 'url' => 'customer_email.php?page=emails', @@ -56,7 +56,7 @@ return [ 'url' => 'customer_mysql.php', 'label' => lng('menue.mysql.mysql'), 'show_element' => (!Settings::IsInList('panel.customer_hide_options', 'mysql')), - 'icon' => 'fa fa-database', + 'icon' => 'fa-solid fa-database', 'elements' => [ [ 'url' => 'customer_mysql.php?page=mysqls', @@ -76,7 +76,7 @@ return [ 'url' => 'customer_domains.php', 'label' => lng('menue.domains.domains'), 'show_element' => (!Settings::IsInList('panel.customer_hide_options', 'domains')), - 'icon' => 'fa fa-globe', + 'icon' => 'fa-solid fa-globe', 'elements' => [ [ 'url' => 'customer_domains.php?page=domains', @@ -92,7 +92,7 @@ return [ 'url' => 'customer_ftp.php', 'label' => lng('menue.ftp.ftp'), 'show_element' => (!Settings::IsInList('panel.customer_hide_options', 'ftp')), - 'icon' => 'fa fa-users', + 'icon' => 'fa-solid fa-users', 'elements' => [ [ 'url' => 'customer_ftp.php?page=accounts', @@ -110,7 +110,7 @@ return [ 'url' => 'customer_extras.php', 'label' => lng('menue.extras.extras'), 'show_element' => (!Settings::IsInList('panel.customer_hide_options', 'extras')), - 'icon' => 'fa fa-wrench', + 'icon' => 'fa-solid fa-wrench', 'elements' => [ [ 'url' => 'customer_extras.php?page=htpasswds', @@ -138,7 +138,7 @@ return [ 'url' => 'customer_traffic.php', 'label' => lng('menue.traffic.traffic'), 'show_element' => (!Settings::IsInList('panel.customer_hide_options', 'traffic')), - 'icon' => 'fa fa-area-chart', + 'icon' => 'fa-solid fa-area-chart', 'elements' => [ [ 'url' => 'customer_traffic.php?page=current', @@ -155,7 +155,7 @@ return [ 'resources' => [ 'label' => lng('admin.resources'), 'required_resources' => 'customers', - 'icon' => 'fa fa-box', + 'icon' => 'fa-solid fa-box', 'elements' => [ [ 'url' => 'admin_customers.php?page=customers', @@ -201,7 +201,7 @@ return [ 'traffic' => [ 'label' => lng('admin.traffic'), 'required_resources' => 'customers', - 'icon' => 'fa fa-area-chart', + 'icon' => 'fa-solid fa-area-chart', 'elements' => [ [ 'url' => 'admin_traffic.php?page=customers', @@ -213,7 +213,7 @@ return [ 'server' => [ 'label' => lng('admin.server'), 'required_resources' => 'change_serversettings', - 'icon' => 'fa fa-server', + 'icon' => 'fa-solid fa-server', 'elements' => [ [ 'url' => 'admin_configfiles.php?page=configfiles', @@ -290,7 +290,7 @@ return [ ], 'misc' => [ 'label' => lng('admin.misc'), - 'icon' => 'fa fa-wrench', + 'icon' => 'fa-solid fa-wrench', 'elements' => [ [ 'url' => 'admin_settings.php?page=integritycheck', diff --git a/lib/tablelisting/admin/tablelisting.admins.php b/lib/tablelisting/admin/tablelisting.admins.php index 36fdf813..3980cca0 100644 --- a/lib/tablelisting/admin/tablelisting.admins.php +++ b/lib/tablelisting/admin/tablelisting.admins.php @@ -114,13 +114,13 @@ return [ ]), 'actions' => [ 'show' => [ - 'icon' => 'fa fa-eye', + 'icon' => 'fa-solid fa-eye', 'title' => lng('usersettings.custom_notes.title'), 'modal' => [Text::class, 'customerNoteDetailModal'], 'visible' => [Customer::class, 'hasNote'] ], 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'admins', @@ -130,7 +130,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/admin/tablelisting.cronjobs.php b/lib/tablelisting/admin/tablelisting.cronjobs.php index 10cc171d..4c2d7d77 100644 --- a/lib/tablelisting/admin/tablelisting.cronjobs.php +++ b/lib/tablelisting/admin/tablelisting.cronjobs.php @@ -59,7 +59,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'cronjobs', diff --git a/lib/tablelisting/admin/tablelisting.customers.php b/lib/tablelisting/admin/tablelisting.customers.php index 17bb385c..4b2bc664 100644 --- a/lib/tablelisting/admin/tablelisting.customers.php +++ b/lib/tablelisting/admin/tablelisting.customers.php @@ -154,13 +154,13 @@ return [ ]), 'actions' => [ 'show' => [ - 'icon' => 'fa fa-eye', + 'icon' => 'fa-solid fa-eye', 'title' => lng('usersettings.custom_notes.title'), 'modal' => [Text::class, 'customerNoteDetailModal'], 'visible' => [Customer::class, 'hasNote'] ], 'unlock' => [ - 'icon' => 'fa fa-unlock', + 'icon' => 'fa-solid fa-unlock', 'title' => lng('panel.unlock'), 'class' => 'btn-outline-secondary', 'href' => [ @@ -172,7 +172,7 @@ return [ 'visible' => [Customer::class, 'isLocked'] ], 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'customers', @@ -182,7 +182,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/admin/tablelisting.domains.php b/lib/tablelisting/admin/tablelisting.domains.php index 6f6b7fed..fe9e60a1 100644 --- a/lib/tablelisting/admin/tablelisting.domains.php +++ b/lib/tablelisting/admin/tablelisting.domains.php @@ -148,7 +148,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'domains', @@ -158,7 +158,7 @@ return [ ], ], 'logfiles' => [ - 'icon' => 'fa fa-file', + 'icon' => 'fa-solid fa-file', 'title' => lng('panel.viewlogs'), 'href' => [ 'section' => 'domains', @@ -168,7 +168,7 @@ return [ 'visible' => [Domain::class, 'canViewLogs'] ], 'domaindnseditor' => [ - 'icon' => 'fa fa-globe', + 'icon' => 'fa-solid fa-globe', 'title' => lng('dnseditor.edit'), 'href' => [ 'section' => 'domains', @@ -181,12 +181,12 @@ return [ 'callback' => [Domain::class, 'editSSLButtons'], ], 'letsencrypt' => [ - 'icon' => 'fa fa-shield', + 'icon' => 'fa-solid fa-shield', 'title' => lng('panel.letsencrypt'), 'visible' => [Domain::class, 'hasLetsEncryptActivated'] ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/admin/tablelisting.filetemplates.php b/lib/tablelisting/admin/tablelisting.filetemplates.php index 2eaf7877..1d175b9d 100644 --- a/lib/tablelisting/admin/tablelisting.filetemplates.php +++ b/lib/tablelisting/admin/tablelisting.filetemplates.php @@ -41,7 +41,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'templates', @@ -51,7 +51,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/admin/tablelisting.fpmconfigs.php b/lib/tablelisting/admin/tablelisting.fpmconfigs.php index ce3267e8..6e9ed049 100644 --- a/lib/tablelisting/admin/tablelisting.fpmconfigs.php +++ b/lib/tablelisting/admin/tablelisting.fpmconfigs.php @@ -68,7 +68,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'phpsettings', @@ -79,7 +79,7 @@ return [ 'visible' => [Admin::class, 'canChangeServerSettings'] ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/admin/tablelisting.ipsandports.php b/lib/tablelisting/admin/tablelisting.ipsandports.php index 1118fcb6..33991aa5 100644 --- a/lib/tablelisting/admin/tablelisting.ipsandports.php +++ b/lib/tablelisting/admin/tablelisting.ipsandports.php @@ -141,7 +141,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'ipsandports', @@ -151,7 +151,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/admin/tablelisting.mailtemplates.php b/lib/tablelisting/admin/tablelisting.mailtemplates.php index 980674d2..6186e719 100644 --- a/lib/tablelisting/admin/tablelisting.mailtemplates.php +++ b/lib/tablelisting/admin/tablelisting.mailtemplates.php @@ -46,7 +46,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'templates', @@ -57,7 +57,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/admin/tablelisting.mysqlserver.php b/lib/tablelisting/admin/tablelisting.mysqlserver.php index 2f47953e..8d5a1088 100644 --- a/lib/tablelisting/admin/tablelisting.mysqlserver.php +++ b/lib/tablelisting/admin/tablelisting.mysqlserver.php @@ -62,7 +62,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'mysqlserver', @@ -73,7 +73,7 @@ return [ 'visible' => [Admin::class, 'canChangeServerSettings'] ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/admin/tablelisting.phpconfigs.php b/lib/tablelisting/admin/tablelisting.phpconfigs.php index 2b1273a5..4b8ff864 100644 --- a/lib/tablelisting/admin/tablelisting.phpconfigs.php +++ b/lib/tablelisting/admin/tablelisting.phpconfigs.php @@ -73,7 +73,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'phpsettings', @@ -84,7 +84,7 @@ return [ 'visible' => [Admin::class, 'canChangeServerSettings'] ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/admin/tablelisting.plans.php b/lib/tablelisting/admin/tablelisting.plans.php index 3f494793..fd7c684e 100644 --- a/lib/tablelisting/admin/tablelisting.plans.php +++ b/lib/tablelisting/admin/tablelisting.plans.php @@ -62,7 +62,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'plans', @@ -72,7 +72,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/customer/tablelisting.backups.php b/lib/tablelisting/customer/tablelisting.backups.php index 6f71b035..d5cd5c61 100644 --- a/lib/tablelisting/customer/tablelisting.backups.php +++ b/lib/tablelisting/customer/tablelisting.backups.php @@ -62,7 +62,7 @@ return [ ]), 'actions' => [ 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.abort'), 'class' => 'btn-warning', 'href' => [ diff --git a/lib/tablelisting/customer/tablelisting.domains.php b/lib/tablelisting/customer/tablelisting.domains.php index b6b68cfa..d7e94604 100644 --- a/lib/tablelisting/customer/tablelisting.domains.php +++ b/lib/tablelisting/customer/tablelisting.domains.php @@ -87,7 +87,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'domains', @@ -98,7 +98,7 @@ return [ 'visible' => [Domain::class, 'canEdit'] ], 'logfiles' => [ - 'icon' => 'fa fa-file', + 'icon' => 'fa-solid fa-file', 'title' => lng('panel.viewlogs'), 'href' => [ 'section' => 'domains', @@ -108,7 +108,7 @@ return [ 'visible' => [Domain::class, 'canViewLogs'] ], 'domaindnseditor' => [ - 'icon' => 'fa fa-globe', + 'icon' => 'fa-solid fa-globe', 'title' => lng('dnseditor.edit'), 'href' => [ 'section' => 'domains', @@ -121,12 +121,12 @@ return [ 'callback' => [Domain::class, 'editSSLButtons'], ], 'letsencrypt' => [ - 'icon' => 'fa fa-shield', + 'icon' => 'fa-solid fa-shield', 'title' => lng('panel.letsencrypt'), 'visible' => [Domain::class, 'hasLetsEncryptActivated'] ], 'haslias' => [ - 'icon' => 'fa fa-arrow-up-right-from-square', + 'icon' => 'fa-solid fa-arrow-up-right-from-square', 'title' => lng('domains.hasaliasdomains'), 'href' => [ 'section' => 'domains', @@ -137,12 +137,12 @@ return [ 'visible' => [Domain::class, 'canEditAlias'] ], 'isassigned' => [ - 'icon' => 'fa fa-check-to-slot', + 'icon' => 'fa-solid fa-check-to-slot', 'title' => lng('domains.isassigneddomain'), 'visible' => [Domain::class, 'isAssigned'] ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/customer/tablelisting.emails.php b/lib/tablelisting/customer/tablelisting.emails.php index 22e974dc..bd8151dc 100644 --- a/lib/tablelisting/customer/tablelisting.emails.php +++ b/lib/tablelisting/customer/tablelisting.emails.php @@ -69,7 +69,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'email', @@ -79,7 +79,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/customer/tablelisting.ftps.php b/lib/tablelisting/customer/tablelisting.ftps.php index c9378c12..b4812262 100644 --- a/lib/tablelisting/customer/tablelisting.ftps.php +++ b/lib/tablelisting/customer/tablelisting.ftps.php @@ -60,7 +60,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'ftp', @@ -70,7 +70,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/customer/tablelisting.htaccess.php b/lib/tablelisting/customer/tablelisting.htaccess.php index a4149e1b..c31d0f9e 100644 --- a/lib/tablelisting/customer/tablelisting.htaccess.php +++ b/lib/tablelisting/customer/tablelisting.htaccess.php @@ -72,7 +72,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'extras', @@ -82,7 +82,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/customer/tablelisting.htpasswd.php b/lib/tablelisting/customer/tablelisting.htpasswd.php index 859ba3ba..09024b50 100644 --- a/lib/tablelisting/customer/tablelisting.htpasswd.php +++ b/lib/tablelisting/customer/tablelisting.htpasswd.php @@ -48,7 +48,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'extras', @@ -58,7 +58,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/customer/tablelisting.mysqls.php b/lib/tablelisting/customer/tablelisting.mysqls.php index f72c35d0..132d0e1a 100644 --- a/lib/tablelisting/customer/tablelisting.mysqls.php +++ b/lib/tablelisting/customer/tablelisting.mysqls.php @@ -62,7 +62,7 @@ return [ ]), 'actions' => [ 'edit' => [ - 'icon' => 'fa fa-edit', + 'icon' => 'fa-solid fa-edit', 'title' => lng('panel.edit'), 'href' => [ 'section' => 'mysql', @@ -72,7 +72,7 @@ return [ ], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/tablelisting.apikeys.php b/lib/tablelisting/tablelisting.apikeys.php index 8f7d38c2..a6ffcc7c 100644 --- a/lib/tablelisting/tablelisting.apikeys.php +++ b/lib/tablelisting/tablelisting.apikeys.php @@ -68,12 +68,12 @@ return [ ]), 'actions' => [ 'show' => [ - 'icon' => 'fa fa-eye', + 'icon' => 'fa-solid fa-eye', 'title' => lng('apikeys.clicktoview'), 'modal' => [Text::class, 'apikeyDetailModal'], ], 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/lib/tablelisting/tablelisting.dns.php b/lib/tablelisting/tablelisting.dns.php index da90bcf0..3357e0ae 100644 --- a/lib/tablelisting/tablelisting.dns.php +++ b/lib/tablelisting/tablelisting.dns.php @@ -66,7 +66,7 @@ return [ ]), 'actions' => [ 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'text-danger', 'href' => [ diff --git a/lib/tablelisting/tablelisting.sslcertificates.php b/lib/tablelisting/tablelisting.sslcertificates.php index a06af00f..bb468fc1 100644 --- a/lib/tablelisting/tablelisting.sslcertificates.php +++ b/lib/tablelisting/tablelisting.sslcertificates.php @@ -65,7 +65,7 @@ return [ ]), 'actions' => [ 'delete' => [ - 'icon' => 'fa fa-trash', + 'icon' => 'fa-solid fa-trash', 'title' => lng('panel.delete'), 'class' => 'btn-danger', 'href' => [ diff --git a/logfiles_viewer.php b/logfiles_viewer.php index 828f422c..c4b1dede 100644 --- a/logfiles_viewer.php +++ b/logfiles_viewer.php @@ -101,12 +101,12 @@ if (function_exists('exec')) { 'id' => $domain_id ]), 'label' => lng('admin.domain_edit'), - 'icon' => 'fa fa-pen' + 'icon' => 'fa-solid fa-pen' ], [ 'href' => $linker->getLink(['section' => 'domains', 'page' => 'domains']), 'label' => lng('panel.backtooverview'), - 'icon' => 'fa fa-reply' + 'icon' => 'fa-solid fa-reply' ] ] ]); diff --git a/ssl_editor.php b/ssl_editor.php index f3e4c6a9..51d74444 100644 --- a/ssl_editor.php +++ b/ssl_editor.php @@ -100,7 +100,7 @@ if ($action == '' || $action == 'view') { 'class' => 'btn-outline-primary', 'href' => $linker->getLink(['section' => 'domains', 'page' => 'overview']), 'label' => lng('admin.domains'), - 'icon' => 'fa fa-globe' + 'icon' => 'fa-solid fa-globe' ] ] ]); diff --git a/templates/Froxlor/install/index.html.twig b/templates/Froxlor/install/index.html.twig index 2aa7c078..913d6269 100644 --- a/templates/Froxlor/install/index.html.twig +++ b/templates/Froxlor/install/index.html.twig @@ -69,7 +69,7 @@

{{ lng('install.dependency_check.description') }}

- + {{ preflight.text }}

@@ -113,7 +113,7 @@
{% if preflight.criticals %} - {{ lng('install.check_again') }} + {{ lng('install.check_again') }} {% else %} {{ lng('install.start_installation') }} {% endif %} diff --git a/templates/Froxlor/install/update.html.twig b/templates/Froxlor/install/update.html.twig index 1aa1e477..b9355223 100644 --- a/templates/Froxlor/install/update.html.twig +++ b/templates/Froxlor/install/update.html.twig @@ -20,7 +20,7 @@ {{ check.title }} {{ check.result_txt }} - {% if check.result == 0 %}  ???{% elseif check.result == 1 %} !!! + {% if check.result == 0 %}  ???{% elseif check.result == 1 %} !!! {% endif %} diff --git a/templates/Froxlor/src/js/components/updatecheck.js b/templates/Froxlor/src/js/components/updatecheck.js index 9a7cae69..c9316cc3 100644 --- a/templates/Froxlor/src/js/components/updatecheck.js +++ b/templates/Froxlor/src/js/components/updatecheck.js @@ -12,7 +12,7 @@ $(function() { error: function (request, status, error) { console.log(request, status, error) let message = 'Can\'t check version'; - $("#updatecheck").html(' ' + message + ''); + $("#updatecheck").html(' ' + message + ''); } }); } diff --git a/templates/Froxlor/table/macros.html.twig b/templates/Froxlor/table/macros.html.twig index 0908277a..23b631c5 100644 --- a/templates/Froxlor/table/macros.html.twig +++ b/templates/Froxlor/table/macros.html.twig @@ -12,17 +12,17 @@ {% macro boolean(data) %} {% if (data) %} - + {% else %} - + {% endif %} {% endmacro %} {% macro booleanWithInfo(data) %} {% if (data.checked) %} - + {% else %} - + {% endif %} {% if data.info is not empty %} {{ data.info }} diff --git a/templates/Froxlor/table/table.html.twig b/templates/Froxlor/table/table.html.twig index 73105d98..91ae47ba 100644 --- a/templates/Froxlor/table/table.html.twig +++ b/templates/Froxlor/table/table.html.twig @@ -12,8 +12,8 @@ {% else %}
- - + +
diff --git a/templates/Froxlor/user/form.html.twig b/templates/Froxlor/user/form.html.twig index 1451f4af..1357dd7b 100644 --- a/templates/Froxlor/user/form.html.twig +++ b/templates/Froxlor/user/form.html.twig @@ -23,7 +23,7 @@ {% if formdata.self_overview is defined and formdata.self_overview is iterable %} {% if action_links is not defined %}{% set actions_links = [] %}{% endif %} {% set actions_tmp = actions_links %} - {% set actions_links = {'href': linker(formdata.self_overview), 'icon': 'fa fa-reply','label': lng('panel.backtooverview')} %} + {% set actions_links = {'href': linker(formdata.self_overview), 'icon': 'fa-solid fa-reply','label': lng('panel.backtooverview')} %} {% set actions_links = {actions_links}|merge(actions_tmp) %} {% endif %} diff --git a/templates/Froxlor/user/index.html.twig b/templates/Froxlor/user/index.html.twig index b14791e5..8d0d8311 100644 --- a/templates/Froxlor/user/index.html.twig +++ b/templates/Froxlor/user/index.html.twig @@ -9,7 +9,7 @@

Damit Froxlor mit dem Backend vernünftig kommunizieren kann, musst du dieses noch Konfigurieren.

Jetzt konfigurieren
{% endif %} @@ -281,7 +281,7 @@
- + Froxlor Newsfeed
diff --git a/templates/Froxlor/user/resource-counter.html.twig b/templates/Froxlor/user/resource-counter.html.twig index 062000fa..62c446f3 100644 --- a/templates/Froxlor/user/resource-counter.html.twig +++ b/templates/Froxlor/user/resource-counter.html.twig @@ -2,7 +2,7 @@ {% block heading %}
- + {{ lng('admin.updatecounters') }}
{% endblock %} diff --git a/templates/Froxlor/user/table.html.twig b/templates/Froxlor/user/table.html.twig index 26006898..91c1a5e2 100644 --- a/templates/Froxlor/user/table.html.twig +++ b/templates/Froxlor/user/table.html.twig @@ -25,7 +25,7 @@ {% if listing.is_search and listing.self_overview is defined and listing.self_overview is iterable %} {% set actions_tmp = actions_links %} - {% set actions_links = {'href': linker(listing.self_overview), 'icon': 'fa fa-reply','label': lng('panel.backtooverview')} %} + {% set actions_links = {'href': linker(listing.self_overview), 'icon': 'fa-solid fa-reply','label': lng('panel.backtooverview')} %} {% set actions_links = {actions_links}|merge(actions_tmp) %} {% endif %} diff --git a/templates/Froxlor/userarea.html.twig b/templates/Froxlor/userarea.html.twig index 21f6199c..68a9acb6 100644 --- a/templates/Froxlor/userarea.html.twig +++ b/templates/Froxlor/userarea.html.twig @@ -6,7 +6,7 @@ {% if get_setting('panel.is_configured') == 0 and userinfo.adminsession == 1 and userinfo.change_serversettings == 1 %}