]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/admin/mobile/admin_mobile_list.xhtml
Continued with deleting user accounts: (please cherry-pick)
[jjobs-war.git] / web / admin / mobile / admin_mobile_list.xhtml
index 54b1fc6ba0315cd4490fafd844465936374bc9bc..6c4dcad19bdbdc30660326ce6f36999696462518 100644 (file)
                                </h:column>
                        </h:dataTable>
 
-                       <h:outputText styleClass="errors" value="#{msg.ADMIN_LIST_MOBILE_EMPTY}" rendered="#{phoneController.allMobileNumbers().isEmpty()}" />
+                       <ui:fragment rendered="#{phoneController.allMobileNumbers().isEmpty()}">
+                               <ui:include src="/WEB-INF/templates/generic/message_box.tpl">
+                                       <ui:param name="message" value="#{msg.ADMIN_LIST_MOBILE_EMPTY}" />
+                                       <ui:param name="styleClass" value="errors" />
+                               </ui:include>
+                       </ui:fragment>
                </ui:define>
        </ui:composition>
 </html>