}
/**
+ * Handle form validation of the display content editor.
+ */
+function panels_edit_display_form_validate($form, &$form_state) {
+ panels_edit_display_settings_form_validate($form, $form_state);
+}
+
+/**
* Handle form submission of the display content editor.
*
* This reads the location of the various panes from the form, which will
return $form;
}
+/**
+ * Validate changes to the panel content form.
+ */
+function panels_panel_context_edit_content_validate(&$form, &$form_state) {
+ panels_edit_display_form_validate($form, $form_state);
+}
+
function panels_panel_context_edit_content_submit(&$form, &$form_state) {
panels_edit_display_form_submit($form, $form_state);
$handler = &$form_state['handler'];