You are here

function theme_views_customfield_option in Views Custom Field 5

Creates output for the views_customfield_option form-element type. Contains a small hack to improve the UI when editing a view.

Return value

string

File

./views_customfield.module, line 95

Code

function theme_views_customfield_option($element) {
  return '</td><td colspan="7"></td></tr><tr><td colspan="4">' . $element['#children'];
}