hi,
1. please open file \CuteSoft_Client\Gallery\Popup\Default\Code.js.
2. Find function below(line 69).
GalleryPopup.prototype.ShowCategoryMenu=function _GalleryPopup_ShowCategoryMenu(category,element,event,listener)
{}
3.Add the code below int the function above.
if (category.Title == "Pages" || category.Title == "Emails")
{
return;
}
Regards,
Ken