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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Category: feature » task

Yeah. 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.

merlinofchaos’s picture

Status: Active » Needs review
FileSize
5 KB

Here's a patch that both makes the "Customize this" button themable, it also opens the door to put multiple buttons on the bar.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed this and some additional patches to improve the visual nature of the bar. It is MUCH smoother and nicer now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 1342aa2 on 7.x-3.x, pipelines, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1249332: Make IPE "customize this page" button themable.