]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 25 Apr 2017 13:26:32 +0000 (15:26 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 25 Apr 2017 13:27:17 +0000 (15:27 +0200)
- added on style class

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/generic/locale_selection_box.tpl

index 3da8dafc39ed3cd8041a63d61593cdb5ea31f308..303a52602d6bc21c77cdf2ad04f9e748ac54f7c0 100644 (file)
@@ -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>