mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Correct "Save as Zip" icon in link widget contxt menu
This commit is contained in:
parent
dcf585a116
commit
ce6ac57f34
@ -1493,7 +1493,7 @@ var et2_link_list = et2_link_string.extend(
|
||||
}
|
||||
});
|
||||
this.context.addItem("-", "-");
|
||||
this.context.addItem("zip", this.egw().lang("Save as Zip"), this.egw().image('save_all'), function(menu_item) {
|
||||
this.context.addItem("zip", this.egw().lang("Save as Zip"), this.egw().image('save_zip'), function(menu_item) {
|
||||
// Highlight files for nice UI indicating what will be in the zip.
|
||||
// Files have negative IDs.
|
||||
$j('[id^="link_-"]',this.list).effect('highlight',{},2000);
|
||||
|
Loading…
Reference in New Issue
Block a user