WIP Loi finance

This commit is contained in:
Laurent Destailleur
2025-12-02 20:29:20 +01:00
parent 5bcd5db58f
commit e60de6525b
13 changed files with 144 additions and 63 deletions

View File

@@ -7124,14 +7124,14 @@ function print_fiche_titre($title, $mesg = '', $picto = 'generic', $pictoisfullp
/**
* Load a title with picto
*
* @param string $title Title to show (HTML sanitized content). Can be a string with a <br> as a substring.
* @param string $morehtmlright Added message to show on right
* @param string $picto Icon to use before title (should be a 32x32 transparent png file)
* @param string $title Title to show (HTML sanitized content). Can be a string with a <br> as a second string shown under the fmain title.
* @param string $morehtmlright Added message to show on right
* @param string $picto Icon to use before title (should be a 32x32 transparent png file)
* @param int<0,1> $pictoisfullpath 1=Icon name is a full absolute url of image
* @param string $id To force an id on html objects
* @param string $morecssontable More css on table
* @param string $morehtmlcenter Added message to show on center
* @param string $morecssonpicto More css on picto
* @param string $id To force an id on html objects
* @param string $morecssontable More css on table
* @param string $morehtmlcenter Added message to show on center
* @param string $morecssonpicto More css on picto
* @return string
* @see print_barre_liste()
*/