function theme_watchdog_form_overview in Drupal 5
Same name and namespace in other branches
- 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>';
}