diff src/main/webapp/clean/components/missingCodex.xhtml @ 181:52aa06772336

fixed missingCodex function. moved some code from SessionBean up to MissingRelationsBean and PublicByAuthorBean.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 13 Jun 2018 17:48:06 +0200
parents 0d31c8be7c31
children
line wrap: on
line diff
--- a/src/main/webapp/clean/components/missingCodex.xhtml	Wed Jun 13 14:57:13 2018 +0200
+++ b/src/main/webapp/clean/components/missingCodex.xhtml	Wed Jun 13 17:48:06 2018 +0200
@@ -9,11 +9,13 @@
 <body>
 	<ui:composition>
 
+        <h2 style="color:black">Witnesses without Codex</h2>
+
 		<h:panelGrid columns="3" styleClass="displayPanel"
 			columnClasses="displayPanelColumn01,displayPanelColumn02">
 
             <a4j:commandButton value="show witnesses without codex"
-                actionListener="#{Session.missingRelations.actionFindMissingTexts}"
+                actionListener="#{Session.missingRelations.actionFindMissingCodices}"
                 render="showWitnessPanel2" />
             <h:outputText/>
             <h:outputText/>
@@ -26,7 +28,7 @@
 			<h:outputText
 				value="#{Session.missingRelations.browseBean.resultSummaryMsg}"
 				rendered="#{!empty Session.missingRelations.browseBean.resultSummaryMsg}"
-				styleClass="sumaryMsg" />
+				styleClass="summaryMsg" />
 
 			<h:column
 				rendered="#{!empty Session.missingRelations.browseBean.entities}">