diff src/main/webapp/clean/components/missingAuthor.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/missingAuthor.xhtml	Wed Jun 13 14:57:13 2018 +0200
+++ b/src/main/webapp/clean/components/missingAuthor.xhtml	Wed Jun 13 17:48:06 2018 +0200
@@ -9,6 +9,8 @@
 <body>
 	<ui:composition>
 
+        <h2 style="color:black">Texts without Author</h2>
+
 		<h:panelGrid columns="3" styleClass="displayPanel"
 			columnClasses="displayPanelColumn01,displayPanelColumn02">
 
@@ -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}">