mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Use svg icon version for sidebox bullet points
This commit is contained in:
parent
f0f4fd2ee3
commit
3330bb6747
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user