For my blockdescription module (http://drupal.org/project/blockdescription) I want to display the block descriptions on the context page.
This works, except for the fact that the following line:

var text = $(this).parents('div.form-item').eq(0).hide().children('label').text();

removes the html from the element, which doesn't work good when the themed description contains html. The default html is:

blockname<br />
<i>blockdescription</i>

For this, I've created a patch which gets the HTML and removes the checkbox from it.

CommentFileSizeAuthor
context_ui.js_.patch931 bytesnvanhove

Comments

steven jones’s picture

Status: Active » Fixed

Fixed in 6.x-2.x.

Status: Fixed » Closed (fixed)

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