Fix some missing / incorrect icons

- Addressbook advanced search was from default
- Add favorite dialog had no icons on buttons
- All dialogs using standard button sets were either missing or from default theme
- Mail confirm all was missing Yes icon
This commit is contained in:
nathangray
2016-10-27 09:03:26 -06:00
parent 2aae52e90e
commit 017e45ffd4
5 changed files with 15 additions and 10 deletions

View File

@ -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)+')';
button.style = 'background-image: url('+this.egw().image(button.image,'etemplate')+')';
delete button.image;
}
}