Merge pull request #18144 from Hystepik/develop#1
Fix : remove of a button which was forgotten
This commit is contained in:
commit
21f295565a
@ -710,7 +710,6 @@ class FormTicket
|
||||
$stringtoprint .= '<input type="hidden" name="'.$htmlname.'" id="'.$htmlname.'_select" class="maxwidth500 minwidth400">';
|
||||
$stringtoprint .= '<input type="hidden" name="'.$htmlname.'_child_id" id="'.$htmlname.'_select_child_id" class="maxwidth500 minwidth400">';
|
||||
}
|
||||
$stringtoprint .= '<input type="submit" value="Envoyer le formulaire">';
|
||||
$stringtoprint .= '</select> ';
|
||||
|
||||
$levelid = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user