diff src/main/webapp/entry/witness.xhtml @ 9:e07a1ae515b7

(none)
author jurzua
date Tue, 24 Feb 2015 10:09:31 +0000
parents 764f47286679
children 3e620f32ed5e
line wrap: on
line diff
--- a/src/main/webapp/entry/witness.xhtml	Thu Oct 30 12:50:33 2014 +0000
+++ b/src/main/webapp/entry/witness.xhtml	Tue Feb 24 10:09:31 2015 +0000
@@ -331,18 +331,24 @@
 		<h:panelGrid columns="2" styleClass="createPanel"
 			columnClasses="createPanelFirstColumn">
 
-			<h:outputText value="Notes on Title and Author" />
+			<h:outputText value="Notes" />
+			<h:inputTextarea cols="80" rows="10"
+				value="#{CurrentWitness.attributes['notes']}" />
+			
+			<h:outputText value="Notes (old)" />
+			<h:inputTextarea cols="80" rows="10"
+				value="#{CurrentWitness.attributes['notes_old']}" />
+
+			<h:outputText value="Notes on Title and Author (old)" />
 			<h:inputTextarea cols="80" rows="10"
 				value="#{CurrentWitness.attributes['notes_on_title_author']}" />
-			<h:outputText value="Notes on Collation and Corrections" />
+			<h:outputText value="Notes on Collation and Corrections  (old)" />
 			<h:inputTextarea cols="80" rows="10"
 				value="#{CurrentWitness.attributes['notes_on_collation_and_corrections']}" />
-			<h:outputText value="Notes on Ownership" />
+			<h:outputText value="Notes on Ownership  (old)" />
 			<h:inputTextarea cols="80" rows="10"
 				value="#{CurrentWitness.attributes['notes_on_ownership']}" />
-			<h:outputText value="Notes (general)" />
-			<h:inputTextarea cols="80" rows="10"
-				value="#{CurrentWitness.attributes['notes']}" />
+			
 
 		</h:panelGrid>