Complete work on use of the new ol_banner_tab.

This commit is contained in:
Laurent Destailleur
2016-11-30 20:24:36 +01:00
parent 37d0e7a2e8
commit 317df1cf91
5 changed files with 167 additions and 16 deletions

View File

@@ -2585,7 +2585,7 @@ function img_warning($titlealt = 'default', $morealt = '')
if ($titlealt == 'default') $titlealt = $langs->trans('Warning');
return img_picto($titlealt, 'warning.png', 'class="pictowarning"'.($morealt ? ($morealt == '1' ? ' style="float: right"' : ' '.$morealt): ''));
return img_picto($titlealt, 'warning.png', 'class="pictowarning valignmiddle"'.($morealt ? ($morealt == '1' ? ' style="float: right"' : ' '.$morealt): ''));
}
/**