You are here

function theme_watchdog_form_overview in Drupal 4

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

File

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

Code

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