1.20.x layout.flexible.inc layout_flexible_template_region_count_load(&$form, &$form_state)

Submit handler on the hidden button to change region widths on layout_flexible_template_edit_row_form() if AJAX is disabled.

File

modules/layout/layout.flexible.inc, line 626
Provides configurable (flexible) layout templates.

Code

function layout_flexible_template_region_count_load(&$form, &$form_state) {
  $form_state['rebuild'] = TRUE;
}