@@ -2382,6 +2382,7 @@ public void pageCodeClasseJinja(String langueNom, JsonObject i18nPage) throws Ex
23822382 auteurPageJsRecherche .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "select')" );
23832383 auteurPageJsRecherche .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "radio')" );
23842384 auteurPageJsRecherche .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "checkbox')" );
2385+ auteurPageJsRecherche .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "dropdown')" );
23852386 auteurPageJsRecherche .tl (2 , "]).then(() => {" );
23862387
23872388 auteurPageJsRecherche .l ();
@@ -3164,6 +3165,7 @@ public void ecrirePageHeadJinja(String langueNom, JsonObject i18nPage, Boolean e
31643165 tl (4 , ", customElements.whenDefined('" , composantsWebPrefixe , "select')" );
31653166 tl (4 , ", customElements.whenDefined('" , composantsWebPrefixe , "radio')" );
31663167 tl (4 , ", customElements.whenDefined('" , composantsWebPrefixe , "checkbox')" );
3168+ tl (4 , ", customElements.whenDefined('" , composantsWebPrefixe , "dropdown')" );
31673169 tl (3 , "]).then(() => {" );
31683170 if (classeVarId != null ) {
31693171 l ();
@@ -4425,6 +4427,7 @@ else if(entiteAttribuer) {
44254427 auteurPageJsEdition .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "select')" );
44264428 auteurPageJsEdition .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "radio')" );
44274429 auteurPageJsEdition .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "checkbox')" );
4430+ auteurPageJsEdition .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "dropdown')" );
44284431 auteurPageJsEdition .tl (2 , "]).then(() => {" );
44294432
44304433 for (String classeApiMethode : classeApiMethodes ) {
@@ -6038,8 +6041,8 @@ public void ecrirePageEditionJinja(String langueNom, JsonObject i18nPage) throws
60386041 tl (0 , "{%- block htmBody" , i18nPage .getString (I18n .var_Milieu ), classePageSuperNomSimple , " %}" );
60396042 tl (0 , "{%- block htmBody" , i18nPage .getString (I18n .var_Milieu ), classePageNomSimple , " %}" );
60406043
6041- tl (4 , "<div class=\" pageContent \" >" );
60426044 tl (0 , "{%- include " , classePageBarreLateraleTemplate , " %}" );
6045+ tl (4 , "<div class=\" pageContent \" >" );
60436046 // htmBodyCount0 //
60446047 tl (0 , "{% if " , varResultat , "Count == 0 %}" );
60456048 ecrirePageRechercheAucun (langueNom , i18nPage );
0 commit comments