]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates/admin/cellphone/admin_cellphone_data.tpl
Continued with refacturing:
[pizzaservice-war.git] / web / WEB-INF / templates / admin / cellphone / admin_cellphone_data.tpl
index f1aedf31600d2bddaab0fb28433814c346eb9421..47ce5c93e8d5d061f882327b742a2a6fc9a2c182 100644 (file)
@@ -3,9 +3,9 @@
        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:outputText styleClass="errors" value="#{ERROR_PARAMETER_CELLPHONE_NUMBER_NOT_SET}" rendered="#{empty cellphoneNumber}" />
+       <h:outputText styleClass="errors" value="#{msg.ERROR_PARAMETER_CELLPHONE_NUMBER_NOT_SET}" rendered="#{empty cellphoneNumber}" />
 
        <h:panelGrid id="cellphone_data" summary="#{msg.ADMIN_TABLE_SUMMARY_SHOW_CELLPHONE_DATA}" headerClass="table_header_column" styleClass="table_big" columns="2" rendered="#{not empty cellphoneNumber}">
                <f:facet name="header">
@@ -36,7 +36,7 @@
                <h:column>
                        <h:outputLabel for="cellphoneLinks" styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_LINKS}" />
 
-                       <div id="cellphoneLinks" class="data_field">
+                       <div class="data_field">
                                <ui:include src="/WEB-INF/templates/admin/cellphone/admin_cellphone_links.tpl">
                                        <ui:param name="cellphoneNumber" value="#{cellphoneNumber}" />
                                        <ui:param name="contact" value="#{user.userContact}" />