I love how the Page title pane let's you choose the Title Tag, CSS ID and CSS Class.

How hard would it be to provide these options for all pane titles?

Right now they are all H2 by default and I haven't found a simple way to change them to the appropriate level on a case by case basis.

Comments

merlinofchaos’s picture

The h2 is rendered by the panel-pane.tpl.php template. You can change the tag chosen by overriding the template. Doing so is quite similar to overriding a block, where you can check things like $pane->type and $pane->subtype (which is equivalent to module and delta in a block, more or less).

That's a great candidate for a preproprocess.

japerry’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Fixed in D7, not bringing back to D6.