From db5fb42c11e75c887d807f3ecbba8c61e4abce6f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 20 Apr 2021 12:27:00 +0200 Subject: [PATCH] css --- htdocs/admin/translation.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/admin/translation.php b/htdocs/admin/translation.php index 315673f1582..f5ab2af51e3 100644 --- a/htdocs/admin/translation.php +++ b/htdocs/admin/translation.php @@ -289,7 +289,7 @@ if ($mode == 'overwrite') { print "\n"; print ''; - print $formadmin->select_language(GETPOST('langcode'), 'langcode', 0, null, 1, 0, $disablededit ? 1 : 0, 'maxwidthonsmartphone', 1); + print $formadmin->select_language(GETPOST('langcode'), 'langcode', 0, null, 1, 0, $disablededit ? 1 : 0, 'maxwidth250', 1); print ''."\n"; print ''; print ''; @@ -338,7 +338,7 @@ if ($mode == 'overwrite') { print ''.$obj->transkey.''."\n"; // Value - print ''; + print ''; /*print ''; print ''; print ''; @@ -482,7 +482,7 @@ if ($mode == 'searchkey') { print ''; //print $formadmin->select_language($langcode,'langcode',0,null,$langs->trans("All"),0,0,'',1); - print $formadmin->select_language($langcode, 'langcode', 0, null, 0, 0, 0, 'maxwidthonsmartphone', 1); + print $formadmin->select_language($langcode, 'langcode', 0, null, 0, 0, 0, 'maxwidth250', 1); print ''."\n"; print ''; print ''; @@ -529,7 +529,7 @@ if ($mode == 'searchkey') { if ($i > ($offset + $limit)) { break; } - print ''.$langcode.''.$key.''; + print ''.$langcode.''.$key.''; print dol_escape_htmltag($val); print ''; if (!empty($newlangfileonly->tab_translate[$key])) {