function panels_choose_layout_back in Panels 7.3
Same name and namespace in other branches
- 6.3 includes/display-layout.inc \panels_choose_layout_back()
- 6.2 includes/display-layout.inc \panels_choose_layout_back()
Handle submission of the change layout form.
This submit handler sets a flag on the form state, which is then used by the calling wrapper to restart the process.
1 string reference to 'panels_choose_layout_back'
- panels_change_layout in includes/
display-layout.inc - Form definition for the display layout converter.
File
- includes/
display-layout.inc, line 332 - Handle the forms for changing a display's layout.
Code
function panels_choose_layout_back($form, &$form_state) {
$form_state['back'] = TRUE;
}