1.20.x locale.pages.inc | locale_translate_seek_screen() |
String search screen.
File
- modules/
locale/ locale.pages.inc, line 10 - Interface translation summary, editing and deletion user interfaces.
Code
function locale_translate_seek_screen() {
// Add CSS.
backdrop_add_css(backdrop_get_path('module', 'locale') . '/css/locale.css');
$elements = backdrop_get_form('locale_translation_filter_form');
$output = backdrop_render($elements);
$output .= _locale_translate_seek();
return $output;
}