- added countryPhoneCode column to admin-countries-list view
Signed-off-by: Roland Häder <roland@mxchange.org>
<h:outputText value="#{country.countryIsLocalPrefixRequired ? msg.CHOICE_YES : msg.CHOICE_NO}" />
</p:column>
+ <p:column
+ headerText="#{msg.DATA_COUNTRY_PHONE_CODE}"
+ sortBy="#{country.countryPhoneCode}"
+ filterBy="#{country.countryPhoneCode}"
+ filterMatchMode="contains"
+ >
+
+ <h:outputText value="#{country.countryPhoneCode}" />
+ </p:column>
+
<p:column
headerText="#{msg.ENTRY_CREATED_HEADER}"
sortBy="#{country.countryEntryCreated}"