mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Set dialog button icons from Api instead of etemplate
This commit is contained in:
parent
b3c26e351c
commit
747d45e47c
@ -393,7 +393,7 @@ var et2_dialog = (function(){ "use strict"; return et2_widget.extend(
|
||||
}
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user