From 1bc352d65c420a5cafec4cbd44752b2d8a248298 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 514ea3498c..fde03fcf4c 100755 --- a/api/src/Framework/Ajax.php +++ b/api/src/Framework/Ajax.php @@ -599,7 +599,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)) {