locale_translate_seek_screen
- Versions
- 6 – 7
locale_translate_seek_screen()
String search screen.
Related topics
Code
includes/locale.inc, line 1057
<?php
function locale_translate_seek_screen() {
// Add CSS.
drupal_add_css(drupal_get_path('module', 'locale') . '/locale.css', array('preprocess' => FALSE));
$output = drupal_render(drupal_get_form('locale_translation_filter_form'));
$output .= _locale_translate_seek();
return $output;
}
?>Login or register to post comments 