Skip to content
Snippets Groups Projects

php8 only; added variable types; short array syntax; remove glyphicons

Merged Hahn Axel (hahn) requested to merge 7359-update-php83 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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();',
Loading