1 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

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

Code

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