Mercurial > hg > ismi-richfaces
diff src/main/webapp/entry/subject.xhtml @ 125:eee2e0ca4032
updated entry beans to use EditIntents.
author | casties |
---|---|
date | Tue, 31 Jan 2017 18:09:54 +0100 |
parents | 764f47286679 |
children |
line wrap: on
line diff
--- a/src/main/webapp/entry/subject.xhtml Mon Jan 30 20:35:36 2017 +0100 +++ b/src/main/webapp/entry/subject.xhtml Tue Jan 31 18:09:54 2017 +0100 @@ -30,7 +30,7 @@ <f:selectItems value="#{CurrentSubject.suggestedTypes}" /> </h:selectOneMenu> - <h:outputText value="General Category" /> + <h:outputText value="General Category (parent)" /> <h:selectOneMenu value="#{CurrentSubject.idMainSubject}"> <f:selectItems value="#{CurrentSubject.suggestedCategories}" /> </h:selectOneMenu> @@ -38,7 +38,7 @@ </h:panelGrid> <h:panelGrid columns="4"> - <h:outputText value="ID of the Text" /> + <h:outputText value="ID of the Subject" /> <h:inputText value="#{CurrentSubject.currentId}" /> <h:commandButton value="Load Subject By ID" action="#{CurrentSubject.actionReloadEntity}"