diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index bb848a8c4d9..48a56b916a8 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -352,7 +352,7 @@ class FormTicket $this->selectSeveritiesTickets((GETPOST('severity_code') ? GETPOST('severity_code') : $this->severity_code), 'severity_code', '', 2, 1); print ''; - if (!empty($conf->knowledgemanagement->enabled)) { + if (isModEnabled('knowledgemanagement')) { // KM Articles print '
'.$langs->trans("OneOfTicketTrackId").''; - print ''; + print '
'; + print img_picto($langs->trans("TicketTrackId"), 'generic', 'class="pictofixedwidth"'); + print $langs->trans("OneOfTicketTrackId"); + print ''; + print ''; + print ''; print '
'.$langs->trans('Email').''; - print ''; + print '
'; + print img_picto($langs->trans("Email"), 'email', 'class="pictofixedwidth"'); + print $langs->trans('Email').''; + print ''; + print ''; print '
'; - print ''; + print ''; print ' '; print ''; print "
'; + print ''; print img_picto($langs->trans("TicketTrackId"), 'generic', 'class="pictofixedwidth"'); print $langs->trans("TicketTrackId").''; print ''; print ''; print ''; - print ''; + print ''; print img_picto($langs->trans("Email"), 'email', 'class="pictofixedwidth"'); print $langs->trans('Email').''; print ''; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 74b65fce2dd..aab37ab59a6 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -390,7 +390,8 @@ div.tabBar textarea:focus { border: 1px solid #aaa !important; } input:focus:not(.button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom), - select:focus, .select2-container--open [aria-expanded="false"].select2-selection--single { + select:focus, .select2-container--open [aria-expanded="false"].select2-selection--single, + .select2-container--focus span.selection span.select2-selection { border-bottom: 1px solid #666 !important; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 77faacd0750..6eafea0fcc2 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -488,8 +488,13 @@ select.vmenusearchselectcombo { textarea:focus { /* v6 box-shadow: 0 0 4px #8091BF; */ border: 1px solid #aaa !important; + padding-left: 3px; + padding-right: 3px; + padding-top: 3px; } -input:focus, textarea:focus, button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus { +input:focus, textarea:focus, +button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus, +.select2-container--focus span.selection span.select2-selection { border-bottom: 1px solid #666; }
'; print img_picto($langs->trans("TicketTrackId"), 'generic', 'class="pictofixedwidth"'); print $langs->trans("TicketTrackId").''; print ''; print ''; print '
'; + print ''; print img_picto($langs->trans("Email"), 'email', 'class="pictofixedwidth"'); print $langs->trans('Email').''; print ''; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 74b65fce2dd..aab37ab59a6 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -390,7 +390,8 @@ div.tabBar textarea:focus { border: 1px solid #aaa !important; } input:focus:not(.button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom), - select:focus, .select2-container--open [aria-expanded="false"].select2-selection--single { + select:focus, .select2-container--open [aria-expanded="false"].select2-selection--single, + .select2-container--focus span.selection span.select2-selection { border-bottom: 1px solid #666 !important; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 77faacd0750..6eafea0fcc2 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -488,8 +488,13 @@ select.vmenusearchselectcombo { textarea:focus { /* v6 box-shadow: 0 0 4px #8091BF; */ border: 1px solid #aaa !important; + padding-left: 3px; + padding-right: 3px; + padding-top: 3px; } -input:focus, textarea:focus, button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus { +input:focus, textarea:focus, +button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus, +.select2-container--focus span.selection span.select2-selection { border-bottom: 1px solid #666; }
'; print img_picto($langs->trans("Email"), 'email', 'class="pictofixedwidth"'); print $langs->trans('Email').''; print ''; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 74b65fce2dd..aab37ab59a6 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -390,7 +390,8 @@ div.tabBar textarea:focus { border: 1px solid #aaa !important; } input:focus:not(.button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom), - select:focus, .select2-container--open [aria-expanded="false"].select2-selection--single { + select:focus, .select2-container--open [aria-expanded="false"].select2-selection--single, + .select2-container--focus span.selection span.select2-selection { border-bottom: 1px solid #666 !important; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 77faacd0750..6eafea0fcc2 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -488,8 +488,13 @@ select.vmenusearchselectcombo { textarea:focus { /* v6 box-shadow: 0 0 4px #8091BF; */ border: 1px solid #aaa !important; + padding-left: 3px; + padding-right: 3px; + padding-top: 3px; } -input:focus, textarea:focus, button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus { +input:focus, textarea:focus, +button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus, +.select2-container--focus span.selection span.select2-selection { border-bottom: 1px solid #666; }