You are here

function dynamic_background_admin_images_add_one_callback in Dynamic Background 7.2

Callback for both ajax-enabled buttons.

This simply selects and returns the fieldset with the names in it.

1 string reference to 'dynamic_background_admin_images_add_one_callback'
dynamic_background_admin_images in includes/backgrounds.admin.inc
The image administation form.

File

includes/backgrounds.admin.inc, line 114
Implementation of the administration image upload and selecton form.

Code

function dynamic_background_admin_images_add_one_callback($form, $form_state) {
  return $form['dynamic_background_images'];
}