]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/generic/locale_selection_box.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / generic / locale_selection_box.tpl
index 2d81840d305ad0bd36f3501a7db05f78e74130aa..49f485c0674fd40f018d0ae24d60d00e55701ad0 100644 (file)
@@ -3,10 +3,10 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
-       <h:form id="locale_selection">
-               <h:selectOneMenu id="language_selection" value="#{localizationController.language}" onchange="submit()">
+       <h:form id="form_locale_selection">
+               <h:selectOneMenu styleClass="select" id="language_selection" value="#{localizationController.language}" onchange="submit()">
                        <f:selectItem itemLabel="#{msg.SELECT_LANGUAGE}" noSelectionOption="true" />
                        <f:selectItems value="#{localizationController.selectableLocalizations}" var="l" itemValue="#{l}" itemLabel="#{msg[l.toString().toUpperCase()]}" />
                </h:selectOneMenu>