Fix regression of right alignement
This commit is contained in:
parent
c095f802dd
commit
27cad29e1e
@ -3899,6 +3899,8 @@ function getTitleFieldOfList($name, $thead = 0, $file = "", $field = "", $begin
|
|||||||
global $conf, $langs, $form;
|
global $conf, $langs, $form;
|
||||||
//print "$name, $file, $field, $begin, $options, $moreattrib, $sortfield, $sortorder<br>\n";
|
//print "$name, $file, $field, $begin, $options, $moreattrib, $sortfield, $sortorder<br>\n";
|
||||||
|
|
||||||
|
if ($moreattrib == 'class="right"') $prefix.='right '; // For backward compatibility
|
||||||
|
|
||||||
$sortorder=strtoupper($sortorder);
|
$sortorder=strtoupper($sortorder);
|
||||||
$out='';
|
$out='';
|
||||||
$sortimg='';
|
$sortimg='';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user