You are here

function finder_ui::list_header in Finder 7.2

Render a header to go before the list.

Overrides ctools_export_ui::list_header

File

modules/finder_ui/plugins/export_ui/finder_ui.class.php, line 221
Contains the CTools Export UI integration code.

Class

finder_ui
CTools Export UI class handler for Finder UI.

Code

function list_header($form_state) {
  return '<div class="finder-ui finder-ui-list">';
}