forked from extern/egroupware
Use svg icon version for sidebox bullet points
This commit is contained in:
parent
f8479b3864
commit
1bc352d65c
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user