2
0
forked from Wavyzz/dolibarr

Add maxwidth300 on combo list for users and sale representatives

This commit is contained in:
Laurent Destailleur
2015-12-06 00:37:58 +01:00
parent 3fb7a9429b
commit 374480043e
31 changed files with 43 additions and 98 deletions

View File

@@ -135,7 +135,7 @@ print "</tr>";
print '<tr class="impair"><td>'.$langs->trans("ResponsibleUser").'</td>';
print '<td align="left">';
print '<input type="hidden" name="nom0" value="PRELEVEMENT_USER">';
print $form->select_dolusers($conf->global->PRELEVEMENT_USER,'value0',1);
print $form->select_dolusers($conf->global->PRELEVEMENT_USER, 'value0', 1, '', 0, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
print '</td>';
print '</tr>';