Re: Admin Console

  •  06-21-2010, 12:36 AM

    Re: Admin Console

    Hi cheryll,
     
    Below is the steps to show you how to add description on the top of the admin panel
     
    1. Open file "CuteSoft_Client\Gallery\Editor\Explorer\Code.js"
     
    2. Find section below
     
    var titlebar=document.createElement("DIV");
     
    3. Add the section below under the section above
     
    titlebar.innerHTML="this is the text you wan to show in the top of the admin panel";
     
    4. Like below
     
    var titlebar=document.createElement("DIV");
    titlebar.innerHTML="this is the text you wan to show in the top of the admin panel";
     
    5. If you need to display the description in other places, please send me a screenshot to show you requirement.
     
     
    Regards,
     
    Ken
View Complete Thread