From 27c7d233acc8a0c8b43b3dc127a47d6c24f66ddc Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 5 Jul 2019 13:41:48 -0400 Subject: [PATCH 1/2] [frio] Add expected "none.png" background image --- view/theme/frio/img/none.png | Bin 0 -> 156 bytes view/theme/frio/style.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 view/theme/frio/img/none.png diff --git a/view/theme/frio/img/none.png b/view/theme/frio/img/none.png new file mode 100644 index 0000000000000000000000000000000000000000..c8375dba82c81d5d41c36e5752a8fe254894743f GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1|;Q0k92}K#X;^)4C~IxyaaMs(j9#r85lP9 zbN@+X1@buyJR*x382Ao@Fyrz36)8YLi4xa{lHmNblJdl&REC1Y%)Ao4ywnl}6Foyc tv%h|vFMw)zJzX3_B*K$_{Qqyy%)s%7>0d`Y+XJ8kgQu&X%Q~loCIGYmDPRBq literal 0 HcmV?d00001 diff --git a/view/theme/frio/style.php b/view/theme/frio/style.php index 6a8aaf2c28..d6336ae3dd 100644 --- a/view/theme/frio/style.php +++ b/view/theme/frio/style.php @@ -101,7 +101,7 @@ $nav_icon_color = (empty($nav_icon_color) ? '#fff' : $nav_icon_color $link_color = (empty($link_color) ? '#6fdbe8' : $link_color); $background_color = (empty($background_color) ? '#ededed' : $background_color); // The background image can not be empty. So we use a dummy jpg if no image was set. -$background_image = (empty($background_image) ? 'img/none.jpg' : $background_image); +$background_image = (empty($background_image) ? 'img/none.png' : $background_image); $modified = (empty($modified) ? time() : $modified); From a58e90fa12b732f36bc6a352614e1ea4d8ba6646 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 5 Jul 2019 13:42:22 -0400 Subject: [PATCH 2/2] Display correct total blocked contact count in accordion header --- view/theme/frio/templates/admin/blocklist/contact.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/admin/blocklist/contact.tpl b/view/theme/frio/templates/admin/blocklist/contact.tpl index 1f43b412b7..59f02dba56 100644 --- a/view/theme/frio/templates/admin/blocklist/contact.tpl +++ b/view/theme/frio/templates/admin/blocklist/contact.tpl @@ -37,7 +37,7 @@