From 3330bb6747ef90b2000fbf2c2bd5cdc43cf05dd4 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 23 Mar 2020 14:13:44 +0100 Subject: [PATCH] Use svg icon version for sidebox bullet points --- api/src/Framework/Ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Framework/Ajax.php b/api/src/Framework/Ajax.php index 3f59e3a415..52d671677e 100755 --- a/api/src/Framework/Ajax.php +++ b/api/src/Framework/Ajax.php @@ -598,7 +598,7 @@ abstract class Ajax extends Api\Framework } $var = array(); - $var['icon_or_star'] = $GLOBALS['egw_info']['server']['webserver_url'] . $this->template_dir.'/images/bullet.png'; + $var['icon_or_star'] = $GLOBALS['egw_info']['server']['webserver_url'] . $this->template_dir.'/images/bullet.svg'; $var['target'] = ''; if(is_array($item_link)) {