Mercurial > hg > ismi-richfaces
diff src/main/webapp/entry/codex.xhtml @ 9:e07a1ae515b7
(none)
author | jurzua |
---|---|
date | Tue, 24 Feb 2015 10:09:31 +0000 |
parents | 764f47286679 |
children | 86a9bb234663 |
line wrap: on
line diff
--- a/src/main/webapp/entry/codex.xhtml Thu Oct 30 12:50:33 2014 +0000 +++ b/src/main/webapp/entry/codex.xhtml Tue Feb 24 10:09:31 2015 +0000 @@ -354,15 +354,18 @@ <h:outputText value="Distinguishing Features" /> <h:inputTextarea cols="100" rows="10" value="#{CurrentCodex.attributes['distinguishing_features']}" /> - - <h:outputText value="Notes on ownership" /> - <h:inputTextarea cols="100" rows="10" - value="#{CurrentCodex.attributes['notes_on_ownership']}" /> - + <h:outputText value="Notes" /> <h:inputTextarea cols="100" rows="10" value="#{CurrentCodex.attributes['notes']}" /> + <h:outputText value="Notes (old)" /> + <h:inputTextarea cols="100" rows="10" + value="#{CurrentCodex.attributes['notes_old']}" /> + + <h:outputText value="Notes on ownership (old)" /> + <h:inputTextarea cols="100" rows="10" + value="#{CurrentCodex.attributes['notes_on_ownership']}" /> </h:panelGrid>