Admin Console

Last post 06-21-2010, 12:36 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  06-20-2010, 3:40 PM 61880

    Admin Console

    Is there any way to display on the Admin Concole an explanation of the types of files allowed and the file limits? 
     
    Thanks
  •  06-21-2010, 12:36 AM 61888 in reply to 61880

    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 as RSS news feed in XML