forked from extern/egroupware
Find the right image
This commit is contained in:
parent
d96ca3b427
commit
9154392163
@ -351,7 +351,7 @@ var et2_dropdown_button = (function(){ "use strict"; return et2_inputWidget.exte
|
||||
if(item && options[key].icon)
|
||||
{
|
||||
// we supply a applicable class for item images
|
||||
jQuery('a',item).prepend('<img class="et2_button_icon" src="' + options[key].icon +'"/>');
|
||||
jQuery('a',item).prepend('<img class="et2_button_icon" src="' + egw.image(options[key].icon) +'"/>');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user