From 875e446832b4f1e2da301745322492dff32ce52f Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Sat, 29 Oct 2022 12:08:05 +0200 Subject: [PATCH] UI(material-icons): use CSS classes instead of ligatures to display icons Change-Id: I19787600416d1ded89942124272f9de8acda64ec --- admin/debugpanel.php | 7 +-- admin/diskusage.php | 3 +- admin/index.php | 27 +++++----- chromakeying.php | 7 +-- config/config.inc.php | 87 ++++++++++++++++----------------- dependencies.php | 5 +- gallery.php | 1 + index.php | 23 ++++----- lib/configsetup.inc.php | 39 ++++++--------- livechroma.php | 13 ++--- login/index.php | 25 +++++----- manual/index.php | 3 +- resources/lang/en.json | 20 ++++---- slideshow/index.php | 3 +- src/js/core.js | 4 +- src/js/gallery.js | 2 +- src/js/login.js | 2 +- src/js/photoinit.js | 6 +-- template/classic.template.php | 10 ++-- template/gallery.template.php | 8 +-- template/modern.template.php | 10 ++-- template/pswp.template.php | 24 ++++----- template/send-mail.template.php | 2 +- test/preview.php | 1 + trigger.php | 5 +- update.php | 11 +++-- welcome.php | 1 + 27 files changed, 177 insertions(+), 172 deletions(-) diff --git a/admin/debugpanel.php b/admin/debugpanel.php index 4c1619d27..61331af76 100644 --- a/admin/debugpanel.php +++ b/admin/debugpanel.php @@ -42,6 +42,7 @@ + @@ -68,14 +69,14 @@ function html_src_indent($num) html_src_indent($indent++); echo '
'; html_src_indent($indent); - echo $config['icons']['admin_back']; + echo ''; if(isset($_SESSION['auth']) && $_SESSION['auth'] === true) { html_src_indent($indent); - echo $config['icons']['admin_signout']; + echo ''; } html_src_indent($indent); - echo $config['icons']['admin_menutoggle']; + echo ''; html_src_indent($indent); echo 'Debug Panel'; html_src_indent(--$indent); diff --git a/admin/diskusage.php b/admin/diskusage.php index c8257254a..a48549790 100644 --- a/admin/diskusage.php +++ b/admin/diskusage.php @@ -45,6 +45,7 @@ + @@ -54,7 +55,7 @@