Look and feel v22

This commit is contained in:
ldestailleur
2025-04-25 11:44:15 +02:00
parent bc58523888
commit 46c9fd064d
2 changed files with 2 additions and 2 deletions

View File

@@ -6911,7 +6911,7 @@ class Form
* @param string $morecss More css
* @return string HTML component
*/
public function selectMultiCurrency($selected = '', $htmlname = 'multicurrency_code', $useempty = 0, $filter = '', $excludeConfCurrency = false, $morecss = '')
public function selectMultiCurrency($selected = '', $htmlname = 'multicurrency_code', $useempty = 0, $filter = '', $excludeConfCurrency = false, $morecss = 'maxwidth200 widthcentpercentminusx')
{
global $conf, $langs;