Mercurial > hg > ismi-richfaces
diff src/main/webapp/clean/missingRelations.xhtml @ 207:91f177641ec7
New clean actions to delete lost floruit_dates and empty references.
author | casties |
---|---|
date | Mon, 26 Aug 2019 16:06:55 +0200 |
parents | 95c18711c0be |
children | 631864bfec2e |
line wrap: on
line diff
--- a/src/main/webapp/clean/missingRelations.xhtml Mon Aug 05 19:45:39 2019 +0200 +++ b/src/main/webapp/clean/missingRelations.xhtml Mon Aug 26 16:06:55 2019 +0200 @@ -51,9 +51,17 @@ <ui:include src="components/lostAlias.xhtml" /> </rich:tab> + <rich:tab header="Lost Floruit" name="flo"> + <ui:include src="components/lostFloruit.xhtml" /> + </rich:tab> + <rich:tab header="Lost Reference" name="ref"> <ui:include src="components/lostReference.xhtml" /> </rich:tab> + + <rich:tab header="Empty Reference" name="eref"> + <ui:include src="components/emptyReference.xhtml" /> + </rich:tab> </rich:tabPanel> </h:panelGrid>