Must use HTML instead of XML
This commit is contained in:
parent
076dcd542b
commit
bed2497c3b
@ -479,7 +479,7 @@ if (isModEnabled('barcode')) {
|
||||
$tooltiplogo = $langs->trans('AvailableFormats').' : png, jpg, jpeg';
|
||||
$maxfilesizearray = getMaxFileSizeArray();
|
||||
$maxmin = $maxfilesizearray['maxmin'];
|
||||
$tooltiplogo .= ($maxmin > 0) ? '<br/>'.$langs->trans('MaxSize').' : '.$maxmin.' '.$langs->trans('Kb') : '';
|
||||
$tooltiplogo .= ($maxmin > 0) ? '<br>'.$langs->trans('MaxSize').' : '.$maxmin.' '.$langs->trans('Kb') : '';
|
||||
|
||||
// Logo
|
||||
print '<tr class="oddeven"><td><label for="logo">'.$form->textwithpicto($langs->trans("Logo"), $tooltiplogo).'</label></td><td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user