mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
Set dialog button icons from Api instead of etemplate
This commit is contained in:
parent
e1356f3086
commit
5221ad68f9
@ -393,7 +393,7 @@ var et2_dialog = (function(){ "use strict"; return et2_widget.extend(
|
|||||||
}
|
}
|
||||||
if (button.image)
|
if (button.image)
|
||||||
{
|
{
|
||||||
button.style = 'background-image: url('+this.egw().image(button.image,'etemplate')+')';
|
button.style = 'background-image: url('+this.egw().image(button.image,'api')+')';
|
||||||
delete button.image;
|
delete button.image;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user