Skip to content

Commit 16249e2

Browse files
committed
Added wa-select elements
1 parent 749001a commit 16249e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/org/computate/frFR/java/EcrirePageClasse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ else if("Boolean".equals(entiteNomSimple)) {
485485
tl(11, "id=\"{{", langueConfig.getString(I18n.var_classeApiMethodeMethode), "}}_", entiteVar, "\"");
486486
tl(11, "value=\"true\"");
487487
tl(1, "{%- else %}");
488-
tl(9, "<select");
488+
tl(9, "<", composantsWebPrefixe, "select");
489489
tl(11, "id=\"{{", langueConfig.getString(I18n.var_classeApiMethodeMethode), "}}_", entiteVar, "\"");
490490
tl(1, "{%- endif %}");
491491

@@ -531,7 +531,7 @@ else if("Boolean".equals(entiteNomSimple)) {
531531
tl(10, "<", composantsWebPrefixe, "option value=\"\" selected=\"selected\"></", composantsWebPrefixe, "option>");
532532
tl(10, "<", composantsWebPrefixe, "option value=\"true\">true</", composantsWebPrefixe, "option>");
533533
tl(10, "<", composantsWebPrefixe, "option value=\"false\">false</", composantsWebPrefixe, "option>");
534-
tl(9, "</select>");
534+
tl(9, "</", composantsWebPrefixe, "select>");
535535
tl(1, "{%- endif %}");
536536
if(entiteVar.equals(langueConfig.getString(I18n.var_archive))) {
537537
tl(1, "{%- endif %}");
@@ -4802,7 +4802,7 @@ public void ecrirePageBarreLaterale(String langueNom, JsonObject i18nPage) throw
48024802
tl(10, "<span>Range Gap</span>");
48034803
tl(9, "</td>");
48044804
tl(9, "<td class=\"\">");
4805-
t(10, "<select");
4805+
t(10, "<", composantsWebPrefixe, "select");
48064806
s(" name=\"facet.range.gap\"");
48074807
s(" id=\"pageFacetRangeGap-", classeNomSimple, "\"");
48084808
s(" onchange=\"facet", i18nPage.getString(I18n.var_Gamme), "GapChange('", classeNomSimple, "', this); \"");
@@ -4814,7 +4814,7 @@ public void ecrirePageBarreLaterale(String langueNom, JsonObject i18nPage) throw
48144814
tl(11, "<", composantsWebPrefixe, "option value=\"+1HOUR\"{% if defaultRangeGap == '+1HOUR' %} selected=\"selected\"{% else %}{% endif %}>Hour</", composantsWebPrefixe, "option>");
48154815
tl(11, "<", composantsWebPrefixe, "option value=\"+1MINUTE\"{% if defaultRangeGap == '+1MINUTE' %} selected=\"selected\"{% else %}{% endif %}>Minute</", composantsWebPrefixe, "option>");
48164816
tl(11, "<", composantsWebPrefixe, "option value=\"+1SECOND\"{% if defaultRangeGap == '+1SECOND' %} selected=\"selected\"{% else %}{% endif %}>Second</", composantsWebPrefixe, "option>");
4817-
tl(10, "</select>");
4817+
tl(10, "</", composantsWebPrefixe, "select>");
48184818
tl(9, "</td>");
48194819
tl(8, "</tr>");
48204820

0 commit comments

Comments
 (0)