]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates/generic/profile_mode_selection_box.tpl
Renamed variable as nothing is shortened (please cherry-pick this)
[pizzaservice-war.git] / web / WEB-INF / templates / generic / profile_mode_selection_box.tpl
index 307999163ea9eb845609dea9c4bac6b33c8e1fa2..680c63eb9e9651be60f57aee9639c92e42f29551 100644 (file)
@@ -6,6 +6,6 @@
        xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <h:selectOneMenu styleClass="select" id="profileMode" value="#{userController.userProfileMode}">
-               <f:selectItems value="#{profileModeController.allProfileModes}" var="m" itemValue="#{m}" itemLabel="#{msg[m.messageKey]}" />
+               <f:selectItems value="#{profileModeController.allProfileModes}" var="mode" itemValue="#{mode}" itemLabel="#{msg[mode.messageKey]}" />
        </h:selectOneMenu>
 </ui:composition>