Bugfix for [webform.pages.inc]

/**
 * Theme the redirection setting on the webform node form.
 */
function theme_webform_advanced_redirection_form($variables) {
  $form = $variables['form'];
  // Add special class for setting the active radio button.
  //$form['redirect_url']['#attributes']['class'] = array('webform-set-active');
  $form['redirect_url']['#attributes']['class'][] = 'webform-set-active';

Comments

hass’s picture

Status: Active » Needs review
StatusFileSize
new879 bytes

Patch attached

hass’s picture

Version: 7.x-3.9 » 7.x-3.x-dev

v3.19 was the start version

quicksketch’s picture

Priority: Major » Minor
Status: Needs review » Reviewed & tested by the community

Thanks @hass. I'll put this in next chance I get.

hass’s picture

quicksketch’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, pushed to 7.x-3.x.

Status: Fixed » Closed (fixed)

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