css
This commit is contained in:
parent
c5d683a8bc
commit
0f55eea276
@ -762,7 +762,7 @@ class FormTicket
|
||||
$arraycodenotparent[] = "";
|
||||
|
||||
$stringtoprint = '<span class="supportemailfield bold">'.$langs->trans("GroupOfTicket").'</span> ';
|
||||
$stringtoprint .= '<select id ="'.$htmlname.'" class="maxwidth500 minwidth400" child_id="0">';
|
||||
$stringtoprint .= '<select id ="'.$htmlname.'" class="minwidth500" child_id="0">';
|
||||
$stringtoprint .= '<option value=""> </option>';
|
||||
|
||||
$sql = "SELECT ctc.rowid, ctc.code, ctc.label, ctc.fk_parent, ctc.public, ";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user