Everything is wrapped in a

with a class of "clear-block". There is an
with an ID of edit-notify-wrapper within that, and the form-radios have relevant IDs but it would really be way more handy if the
was something like
.

It's worse, because the module is activated with Weight 10, and I have to modify my own custom module's weight in order to do a form alter on it.

Comments

greggles’s picture

Priority: Minor » Normal

Makes sense to me - the "something like..." got cut out. Can you post it without the <> around it?

Offlein’s picture

My apologies. The whole thing should have read:

Everything is wrapped in a div with a class of "clear-block". There is a div with an ID of "edit-notify-wrapper" within that, and the form-radios have relevant IDs but it would really be way more handy if the <div class="clear-block"> was something like <div class="clear-block comment-notify">.

It's worse, because the module is activated with Weight 10, and I have to modify my own custom module's weight in order to do a form alter on it.

greggles’s picture

Status: Active » Needs work

Seems good to me. Marking "needs work" because the HTML is there but we need a patch. I can create that next time I work on the module.

Offlein’s picture

Thanks Greggles!