Hi,
Please open file "\CuteSoft_Client\Gallery\Popup\Default\Code.js", find section below and delete/comment it.
- menu.Add(1,GalleryLocalize.CLICK_DELETE,null,ToDelegate(this,function Delete(){
- this.Confirm(FormatText(GalleryLocalize.CONFIRM_CLICK_DELETEPHOTO,photo.Title),function(res){
- if(!res)return;
- this.Browser.AsyncDeletePhoto({CategoryID:photo.CategoryID,PhotoID:photo.PhotoID});
- },this);
- }));
Regards,
Ken