Re: New Category

  •  01-12-2011, 11:03 AM

    Re: New Category

    Dear skinner,
     
    Please open "\CuteSoft_Client\Gallery\Editor\Explorer\Code.js", and comment the following lines:
     
    var newcatebtn=CreateEditorButton("Images/standard-category.png",GalleryLocalize.CLICK_NEWCATEGORY);
     leftToolbar.appendChild(newcatebtn);
     newcatebtn.onclick=function(){ browser.PromptNewCategory(); };
     
    After done, please test it again.
     
    Thank you for asking
View Complete Thread