The "Customize Page" button is currently placed in the footer through the panels_ipe_page_alter() function, but it isn't themable. If there was an admin theme function to modify this, it could be really useful to admin themes that want to customize this functionality.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1249332-ipe-button-themable-and-expandable.patch | 5 KB | merlinofchaos |
Comments
Comment #1
merlinofchaos commentedYeah. There's a TODO there in the code. It needs to be themable AND part of the plugin itself because eventually we want to be able to support multiple IPE plugins.
Comment #2
merlinofchaos commentedHere's a patch that both makes the "Customize this" button themable, it also opens the door to put multiple buttons on the bar.
Comment #3
merlinofchaos commentedCommitted this and some additional patches to improve the visual nature of the bar. It is MUCH smoother and nicer now.