You are here

function finder_ui::list_footer in Finder 7.2

Render a footer to go after thie list.

Overrides ctools_export_ui::list_footer

File

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

Class

finder_ui
CTools Export UI class handler for Finder UI.

Code

function list_footer($form_state) {
  return '</div>';
}