You are here

function theme_watchdog_form_overview in Drupal 5

Same name and namespace in other branches
  1. 4 modules/watchdog.module \theme_watchdog_form_overview()

File

modules/watchdog/watchdog.module, line 185
System monitoring and logging for administrators.

Code

function theme_watchdog_form_overview($form) {
  return '<div class="container-inline">' . drupal_render($form) . '</div>';
}