function locale_translate_seek_screen
String search screen.
Related topics
1 string reference to 'locale_translate_seek_screen'
- locale_menu in modules/
locale/ locale.module - Implements hook_menu().
File
-
modules/
locale/ locale.admin.inc, line 793
Code
function locale_translate_seek_screen() {
// Add CSS.
drupal_add_css(drupal_get_path('module', 'locale') . '/locale.css');
$elements = drupal_get_form('locale_translation_filter_form');
$output = drupal_render($elements);
$output .= _locale_translate_seek();
return $output;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.