]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Opps, copy-paste mistake ...
authorRoland Haeder <roland@mxchange.org>
Mon, 11 Apr 2016 16:53:48 +0000 (18:53 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 Apr 2016 16:53:48 +0000 (18:53 +0200)
web/WEB-INF/templates/admin/admin_form_country_data.tpl

index 00f5142317fbbd521cb7802328231341d3ebb5f7..47299fdcbd307cea43ca679d8108c4232a964fb7 100644 (file)
@@ -63,7 +63,7 @@
                                </div>
 
                                <div class="table_right_medium">
-                                       <h:selectOneListbox required="true" id="available" value="#{adminCountryController.countryIsLocalPrefixRequired}" size="1" class="select">
+                                       <h:selectOneListbox required="true" id="countryIsLocalPrefixRequired" value="#{adminCountryController.countryIsLocalPrefixRequired}" size="1" class="select">
                                                <f:selectItem itemValue="true" itemLabel="#{msg.YES}" />
                                                <f:selectItem itemValue="false" itemLabel="#{msg.NO}" />
                                        </h:selectOneListbox>