Skip to content
Snippets Groups Projects
Commit ee2d3b8f authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove glyphicon

parent c6d4aa68
No related branches found
No related tags found
1 merge request!66php8 only; added variable types; short array syntax; remove glyphicons
This commit is part of merge request !66. Comments created here will be created in the context of that merge request.
......@@ -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') . '&nbsp;' . t("overview-textsearch"),
'inline' => true,
'onkeyup' => 'filterLogTable();',
'onkeypress' => 'filterLogTable();',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment