function layouter_wizard_finish in Layouter - WYSIWYG layout templates 7
Handle the 'finish' click on the add/edit pane form wizard.
All we need to do is set a flag so the return can handle adding the pane.
1 string reference to 'layouter_wizard_finish'
- layouter_choose_layout in includes/
layouter.pages.inc - Callback for layouter/%ctools_js/% path.
File
- includes/
layouter.inc, line 114 - Functions for layout processing.
Code
function layouter_wizard_finish(&$form_state) {
$form_state['complete'] = TRUE;
}