function translation_view(item) {
var elt = document.getElementById(item);
if (elt.style.display == 'none') elt.style.display = ''; else elt.style.display = 'none';
}
";
$translation_tpl_form = "
!!translation_button!!
!!translation_form_input!!!!translation_button_no_label!!
!!lang_list!!
";
$translation_tpl_line_form = "
!!translation_form_line_input!!
";
$translation_tpl_form_input_small_text = "
";
$translation_tpl_form_input_text = "
";