mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 19:24:21 +02:00
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:
@ -354,8 +354,8 @@ app.classes.filemanager = AppJS.extend(
|
||||
if (_data.uploaded[file].confirm && !_data.uploaded[file].confirmed)
|
||||
{
|
||||
var buttons = [
|
||||
{text: this.egw.lang("Yes"), id: "overwrite", class: "ui-priority-primary", "default": true},
|
||||
{text: this.egw.lang("Rename"), id:"rename"},
|
||||
{text: this.egw.lang("Yes"), id: "overwrite", class: "ui-priority-primary", "default": true, image: 'check',},
|
||||
{text: this.egw.lang("Rename"), id:"rename", image: 'edit',},
|
||||
{text: this.egw.lang("Cancel"), id:"cancel"}
|
||||
];
|
||||
if (_data.uploaded[file].confirm === "is_dir")
|
||||
|
Reference in New Issue
Block a user