2
0
forked from Wavyzz/dolibarr

Responsive and css

This commit is contained in:
Laurent Destailleur
2018-01-12 01:10:03 +01:00
parent 5e7b814966
commit 95d2a9f88d
6 changed files with 53 additions and 51 deletions

View File

@@ -3096,7 +3096,7 @@ function img_info($titlealt = 'default')
* Show warning logo
*
* @param string $titlealt Text on alt and title of image. Alt only if param notitle is set to 1. If text is "TextA:TextB", use Text A on alt and Text B on title.
* @param string $moreatt Add more attribute on img tag (For example 'style="float: right"'). If 1
* @param string $moreatt Add more attribute on img tag (For example 'style="float: right"'). If 1, add float: right. Can't be "class" attribute.
* @return string Return img tag
*/
function img_warning($titlealt = 'default', $moreatt = '')