Rank: Devotee
Joined: 7/20/2006 Posts: 32
|
I was wondering if it is possible to add a new button in the lower left corner (the area with the 'Content', 'Media' buttons etc).
I want an "Info" button that our editors can click. When they click it I just want to display a static HTML page in the right IFRAME. This is for creating an info-page on changes, updates, link to manual etc. Preferably this would be the page that the editors will start on after logging in.
Any one who can give me some pointers to how I can accomplish this?
|
 Rank: Addict
Joined: 3/17/2008 Posts: 952 Location: Nyborg, Denmark
|
Just add it to the umbracoApp table. But you could also use the instructions.ascx dashboard control which will allow you to show contents from an umbraco document inside the right pane of any section.
Jeeeez, did I really start this :-)
|
Rank: Devotee
Joined: 7/20/2006 Posts: 32
|
Thanks that kinda worked. Well I got a new icon, but this doesn't help me much further. Shouldn't I also add something to umbracoTreeApp (whose columns I don't what to enter), and furthermore where do I specify what to be rendered in the new app?
|