From a48e21f62c536cf126284c2bda5ec88c52dc3f13 Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Tue, 23 Apr 2024 18:06:06 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20Faciliter=20la=20s=C3=A9lection=20de=20t?=
 =?UTF-8?q?imezone=20si=20le=20plugin=20Select2=20est=20pr=C3=A9sent?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Refs: #5439
---
 prive/formulaires/configurer_identite.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prive/formulaires/configurer_identite.html b/prive/formulaires/configurer_identite.html
index f7f6cf16cb..ced4a67164 100644
--- a/prive/formulaires/configurer_identite.html
+++ b/prive/formulaires/configurer_identite.html
@@ -41,7 +41,7 @@
 	  	#SET{name,timezone}#SET{erreurs,#ENV*{erreurs/#GET{name}}}#SET{obli,''}
 		<div class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]">
 			<label for="#GET{name}"><:label_choisir_timezone:></label>
-			<select name="#GET{name}" id="#GET{name}">
+			<select name="#GET{name}" id="#GET{name}" class="select2">
 				<option value="">-</option>
 			<BOUCLE_zones(DATA){source tableau,#EVAL{timezone_identifiers_list()}}>
 				<option value="#VALEUR"[(#ENV{#GET{name}}|=={#VALEUR}|oui)selected="selected"]>#VALEUR</option>
-- 
GitLab