This commit is contained in:
Laurent Destailleur 2019-04-09 14:13:34 +02:00
parent f9860e1425
commit 7790140f22

View File

@ -662,7 +662,7 @@ class FormTicket
$ticketstat->loadCacheSeveritiesTickets();
print '<select id="select' . $htmlname . '" class="flat minwidth150'.($morecss?' '.$morecss:'').'" name="' . $htmlname . '">';
print '<select id="select' . $htmlname . '" class="flat minwidth100'.($morecss?' '.$morecss:'').'" name="' . $htmlname . '">';
if ($empty) {
print '<option value="">&nbsp;</option>';
}