Fix regression of right alignement

This commit is contained in:
Laurent Destailleur 2019-02-11 15:06:52 +01:00
parent c095f802dd
commit 27cad29e1e

View File

@ -3899,6 +3899,8 @@ function getTitleFieldOfList($name, $thead = 0, $file = "", $field = "", $begin
global $conf, $langs, $form;
//print "$name, $file, $field, $begin, $options, $moreattrib, $sortfield, $sortorder<br>\n";
if ($moreattrib == 'class="right"') $prefix.='right '; // For backward compatibility
$sortorder=strtoupper($sortorder);
$out='';
$sortimg='';