You are here

function theme_scs_views_selection_form in Simplenews Content Selection 6.2

Same name and namespace in other branches
  1. 7 simplenews_content_selection_views/scs_views.theme.inc \theme_scs_views_selection_form()

Theme the selection form

File

simplenews_content_selection_views/scs_views.theme.inc, line 11
Integrate Simplenews Content Selection with views and views bulk operations

Code

function theme_scs_views_selection_form($form) {
  $output = drupal_render($form['newsletter_title']);
  $output .= drupal_render($form);
}