2
0
forked from Wavyzz/dolibarr

Make Setup of TakePOS faster with Ajax ON-Off Button.

This commit is contained in:
Laurent Destailleur
2020-02-25 12:37:44 +01:00
parent 97c02fd8bf
commit ace5f2844a
3 changed files with 88 additions and 66 deletions

View File

@@ -3077,7 +3077,7 @@ function dol_trunc($string, $size = 40, $trunc = 'right', $stringencoding = 'UTF
* @param int $srconly Return only content of the src attribute of img.
* @param int $notitle 1=Disable tag title. Use it if you add js tooltip, to avoid duplicate tooltip.
* @param string $alt Force alt for bind people
* @param string $morecss Add more class css on img tag (For example 'myclascss'). Work only if $moreatt is empty.
* @param string $morecss Add more class css on img tag (For example 'myclascss').
* @param string $marginleftonlyshort 1 = Add a short left margin on picto, 2 = Add a larger left margin on picto, 0 = No margin left. Works for fontawesome picto only.
* @return string Return img tag
* @see img_object(), img_picto_common()