diff src/main/webapp/entry/witness.xhtml @ 111:22a18bfc66b0

new completion that uses ALIASes: AbstractListenerObject. was_copied_in in WITNESS form can use PLACE aliases now. some cleanup.
author casties
date Fri, 09 Dec 2016 21:18:27 +0100
parents 3e620f32ed5e
children 71638720fe2f
line wrap: on
line diff
--- a/src/main/webapp/entry/witness.xhtml	Thu Dec 08 16:05:18 2016 +0100
+++ b/src/main/webapp/entry/witness.xhtml	Fri Dec 09 21:18:27 2016 +0100
@@ -53,7 +53,7 @@
 					action="#{CurrentWitness.showOtherTextsByAuthorAction}" />	
 			</h:panelGrid>
 
-			<h:outputText value="Full Name of Person" />
+			<h:outputText value="Full Name of Author" />
 			<h:panelGrid id="witnessAuthorPanel">
 				<ismi:autocomplete lo="#{CurrentWitness.authorLo}" />
 			</h:panelGrid>
@@ -237,7 +237,7 @@
 				action="#{CurrentWitness.showAllCopyistsAction}" />
 
 
-			<h:outputText value="Copy (place)" />
+			<h:outputText value="Copied in (place)" />
 			<ismi:autocomplete lo="#{CurrentWitness.copyPlaceLo}" />
 			<h:outputLabel />
 
@@ -245,7 +245,7 @@
 			<ismi:date date="#{CurrentWitness.copyDate}" />
 			<h:outputLabel />
 
-			<h:outputText value="Patronage of Witness" />
+			<h:outputText value="Patron of Witness" />
 			<ismi:autocomplete lo="#{CurrentWitness.patronageLo}" />
 			<h:commandButton value="Show all"
 				action="#{CurrentWitness.showAllPatronsAction}" />