This Silverstripe package will create an Admin Panel at the top of the screen by default, this will give you:
- A link to the page in the CMS
- The stage you are currently viewing (Live/Stage)
- A link to the same page on the alternate stage (Stage/Live)
- A link to the CMS HomePage
- A link to the CMS Admin
- Details about the Page currently being accessed
This panel is only viewable for users logged into the CMS with the following permissions
- CMS_ACCESS_CMSMain
- VIEW_DRAFT_CONTENT
Place the code below somewhere between the body tags, most likly at the end
// template/Page.ss
$AdminPanel
There is an extra parameter ?show_debug=1
that you can pass in via URL, this will add $Debug to the panel
The Clipart used was adapted from the following sources