fixing icons

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-09-08 13:13:06 +02:00
parent 1290cbea15
commit 9decb077d3
38 changed files with 85 additions and 85 deletions

View File

@@ -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'
]
]
]);