From: Roland Häder <roland@mxchange.org> Date: Tue, 25 Apr 2017 13:26:32 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9d3a1c4f7030bd931fdefd63dcfdb127b6d57db0;p=addressbook-war.git Please cherry-pick: - added on style class Signed-off-by: Roland Häder <roland@mxchange.org> --- diff --git a/web/WEB-INF/templates/generic/locale_selection_box.tpl b/web/WEB-INF/templates/generic/locale_selection_box.tpl index 3da8dafc..303a5260 100644 --- a/web/WEB-INF/templates/generic/locale_selection_box.tpl +++ b/web/WEB-INF/templates/generic/locale_selection_box.tpl @@ -6,7 +6,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> <h:form id="form_locale_selection"> - <h:selectOneMenu id="language_selection" value="#{localizationController.language}" onchange="submit()"> + <h:selectOneMenu id="language_selection" styleClass="select" value="#{localizationController.language}" onchange="submit()"> <f:selectItem itemLabel="#{msg.SELECT_LANGUAGE}" noSelectionOption="true" /> <f:selectItems value="#{localizationController.selectableLocalizations}" var="locale" itemValue="#{locale}" itemLabel="#{msg[locale.toString().toUpperCase()]}" /> </h:selectOneMenu>