]> git.mxchange.org Git - jfinancials-war.git/commitdiff
moved template to proper place
authorRoland Häder <roland@mxchange.org>
Fri, 29 Apr 2016 15:37:34 +0000 (17:37 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 29 Apr 2016 19:12:02 +0000 (21:12 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/admin/cellphone/admin_cellphone_add_show.tpl
web/WEB-INF/templates/admin/cellphone/admin_cellphone_data.tpl
web/WEB-INF/templates/admin/cellphone/admin_form_contact_cellphone.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/contact/admin_form_contact_cellphone.tpl [deleted file]

index 02a8c00b7597082495c04018ade7a01332b75e8e..1f27e7dbeaac6dcd8e8cc248388afe37d1c609f1 100644 (file)
@@ -10,7 +10,7 @@
        </ui:fragment>
 
        <ui:fragment rendered="#{empty cellphoneNumber and not empty contact}">
-               <ui:include src="/WEB-INF/templates/admin/contact/admin_form_contact_cellphone.tpl">
+               <ui:include src="/WEB-INF/templates/admin/cellphone/admin_form_contact_cellphone.tpl">
                        <ui:param name="contact" value="#{contact}" />
                </ui:include>
        </ui:fragment>
index 2b870a458c8b37530561e79427f54aff2f0abb05..db480479e7e4026e041663b3ccac65ad46c9e117 100644 (file)
@@ -34,7 +34,7 @@
                </h:column>
 
                <h:column>
-                       <h:outputLabel for="cellphoneLinks" styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_LINKS}" />
+                       <h:outputLabel styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_LINKS}" />
 
                        <div class="data_field">
                                <ui:fragment rendered="#{not empty contact}">
diff --git a/web/WEB-INF/templates/admin/cellphone/admin_form_contact_cellphone.tpl b/web/WEB-INF/templates/admin/cellphone/admin_form_contact_cellphone.tpl
new file mode 100644 (file)
index 0000000..25dd7b3
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ui:composition
+       xmlns="http://www.w3.org/1999/xhtml"
+       xmlns:f="http://xmlns.jcp.org/jsf/core"
+       xmlns:h="http://xmlns.jcp.org/jsf/html"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
+
+       <h:form id="add_contact_cellphone">
+       </h:form>
+</ui:composition>
diff --git a/web/WEB-INF/templates/admin/contact/admin_form_contact_cellphone.tpl b/web/WEB-INF/templates/admin/contact/admin_form_contact_cellphone.tpl
deleted file mode 100644 (file)
index 25dd7b3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<ui:composition
-       xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:f="http://xmlns.jcp.org/jsf/core"
-       xmlns:h="http://xmlns.jcp.org/jsf/html"
-       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
-
-       <h:form id="add_contact_cellphone">
-       </h:form>
-</ui:composition>