From dbee703b1825ebfd8db6312e93b889ef972be3df Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 4 Dec 2019 16:23:31 +0100 Subject: [PATCH] Fix responsive --- htdocs/core/class/html.formticket.class.php | 8 ++++---- htdocs/theme/eldy/global.inc.php | 4 ++++ htdocs/theme/md/style.css.php | 4 ++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index 3ffa2d7d5de..cdea1c17e01 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -200,7 +200,7 @@ class FormTicket // Type print ''; - $this->selectTypesTickets((GETPOST('type_code') ? GETPOST('type_code') : $this->type_code), 'type_code', '', '2'); + $this->selectTypesTickets((GETPOST('type_code', 'alpha') ? GETPOST('type_code', 'alpha') : $this->type_code), 'type_code', '', '2', 0, 0, 0, 'minwidth150'); print ''; // Severity @@ -225,7 +225,7 @@ class FormTicket if ($this->withthreadid > 0) { $subject = $langs->trans('SubjectAnswerToTicket').' '.$this->withthreadid.' : '.$this->topic_title.''; } - print ''; + print ''; print ''; } } @@ -376,8 +376,8 @@ class FormTicket } $out = ''; - $out .= '' . $langs->trans("MailFile") . ''; - $out .= ''; + $out .= '' . $langs->trans("MailFile") . ''; + $out .= ''; // TODO Trick to have param removedfile containing nb of image to delete. But this does not works without javascript $out .= '' . "\n"; $out .= '