From ee2d3b8fce6c2436e18fac3523464ab648a15589 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 23 Aug 2024 10:05:22 +0200 Subject: [PATCH] remove glyphicon --- public_html/deployment/classes/actionlog.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/deployment/classes/actionlog.class.php b/public_html/deployment/classes/actionlog.class.php index 05d90696..021dfaa1 100644 --- a/public_html/deployment/classes/actionlog.class.php +++ b/public_html/deployment/classes/actionlog.class.php @@ -350,7 +350,7 @@ class Actionlog $aForms["filter"]["form"]['efilterlogs'] = [ 'type' => 'text', 'name' => 'efilterlogs', - 'label' => '<i class="glyphicon glyphicon-filter"></i>' . t("overview-textsearch"), + 'label' => $oHtml->getIcon('filter') . ' ' . t("overview-textsearch"), 'inline' => true, 'onkeyup' => 'filterLogTable();', 'onkeypress' => 'filterLogTable();', -- GitLab