Correct "Save as Zip" icon in link widget contxt menu

This commit is contained in:
Hadi Nategh 2014-07-17 14:23:51 +00:00
parent daa0ce25f3
commit 344c2f2064

View File

@ -1493,7 +1493,7 @@ var et2_link_list = et2_link_string.extend(
} }
}); });
this.context.addItem("-", "-"); 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. // Highlight files for nice UI indicating what will be in the zip.
// Files have negative IDs. // Files have negative IDs.
$j('[id^="link_-"]',this.list).effect('highlight',{},2000); $j('[id^="link_-"]',this.list).effect('highlight',{},2000);