@@ -596,28 +596,30 @@ else if(BooleanUtils.isTrue(entiteSignature)) {
596596 else {
597597 if (entiteLien ) {
598598 tl (1 , "{%- if 'Page' == " , langueConfig .getString (I18n .var_classeApiMethodeMethode ), " %}" );
599- tl (9 , "<" , composantsWebPrefixe , "button" , "wa-" .equals (composantsWebPrefixe ) ? " variant=\" brand\" " : " variant=\" primary\" outline" , "" );
600- tl (11 , "id=\" {{" , langueConfig .getString (I18n .var_classeApiMethodeMethode ), "}}_" , entiteVar , "\" " );
599+ tl (9 , "<div class=\" button-on-left \" >" );
600+ tl (10 , "<" , composantsWebPrefixe , "button" , "wa-" .equals (composantsWebPrefixe ) ? " variant=\" brand\" " : " variant=\" primary\" outline" , "" );
601+ tl (12 , "id=\" {{" , langueConfig .getString (I18n .var_classeApiMethodeMethode ), "}}_" , entiteVar , "\" " );
601602
602603 if (entiteNomAffichage != null ) {
603- tl (11 , "placeholder=\" [" , entiteNomSimple , "] " , entiteDefaut == null ? entiteNomAffichage : entiteDefaut , "\" " );
604- tl (11 , "label=\" " , entiteDefaut == null ? entiteNomAffichage : entiteDefaut , "\" " );
604+ tl (12 , "placeholder=\" [" , entiteNomSimple , "] " , entiteDefaut == null ? entiteNomAffichage : entiteDefaut , "\" " );
605+ tl (12 , "label=\" " , entiteDefaut == null ? entiteNomAffichage : entiteDefaut , "\" " );
605606 }
606607 if (entiteDescription != null ) {
607- t (11 , "hint=\" " ).sx (entiteDescription ).l ("\" " );
608+ t (12 , "hint=\" " ).sx (entiteDescription ).l ("\" " );
608609 }
609610
610- tl (11 , "class=\" button-on-left {{" , langueConfig .getString (I18n .var_classeApiMethodeMethode ), "}}_" , entiteVar , " class" , classeNomSimple , " input" , classeNomSimple , "{{ " , i18nGlobale .getString (I18n .var_resultat ), "." , classeVarId , " }}" , entiteVarCapitalise , " \" " );
611- tl (11 , "name=\" set" , entiteVarCapitalise , "\" " );
612- tl (11 , "href=\" {{ " , i18nGlobale .getString (I18n .var_resultat ), "." , entiteVar , " | e }}\" " );
613- tl (11 , ">" );
611+ tl (12 , "class=\" button-on-left {{" , langueConfig .getString (I18n .var_classeApiMethodeMethode ), "}}_" , entiteVar , " class" , classeNomSimple , " input" , classeNomSimple , "{{ " , i18nGlobale .getString (I18n .var_resultat ), "." , classeVarId , " }}" , entiteVarCapitalise , " \" " );
612+ tl (12 , "name=\" set" , entiteVarCapitalise , "\" " );
613+ tl (12 , "href=\" {{ " , i18nGlobale .getString (I18n .var_resultat ), "." , entiteVar , " | e }}\" " );
614+ tl (12 , ">" );
614615 if (entiteIcone != null ) {
615- tl (10 , entiteIcone );
616+ tl (11 , entiteIcone );
616617 }
617618 if (entiteNomAffichage != null ) {
618- t (10 ).sx (entiteNomAffichage ).l ();
619+ t (11 ).sx (entiteNomAffichage ).l ();
619620 }
620- tl (9 , "</" , composantsWebPrefixe , "button>" );
621+ tl (10 , "</" , composantsWebPrefixe , "button>" );
622+ tl (9 , "</div>" );
621623 t (9 , "<div class=\" button-description-on-right \" >" );
622624 sx (entiteDescription );
623625 l ("</div>" );
0 commit comments