Fixing style errors.
This commit is contained in:
parent
4505ba0fc8
commit
ed923253bd
@ -723,8 +723,7 @@ if (!empty($conf->categorie->enabled) && $user->rights->categorie->lire) {
|
|||||||
$moreforfilter .= '</div>';
|
$moreforfilter .= '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($conf->fournisseur->enabled) && (empty($type) || $type == 'f'))
|
if (!empty($conf->fournisseur->enabled) && (empty($type) || $type == 'f')) {
|
||||||
{
|
|
||||||
$moreforfilter .= '<div class="divsearchfield">';
|
$moreforfilter .= '<div class="divsearchfield">';
|
||||||
$tmptitle = $langs->trans('SuppliersCategoriesShort');
|
$tmptitle = $langs->trans('SuppliersCategoriesShort');
|
||||||
$moreforfilter .= img_picto($tmptitle, 'category', 'class="pictofixedwidth"');
|
$moreforfilter .= img_picto($tmptitle, 'category', 'class="pictofixedwidth"');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user