comparison 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
comparison
equal deleted inserted replaced
206:111fc1d17019 207:91f177641ec7
49 49
50 <rich:tab header="Lost Alias" name="ali"> 50 <rich:tab header="Lost Alias" name="ali">
51 <ui:include src="components/lostAlias.xhtml" /> 51 <ui:include src="components/lostAlias.xhtml" />
52 </rich:tab> 52 </rich:tab>
53 53
54 <rich:tab header="Lost Floruit" name="flo">
55 <ui:include src="components/lostFloruit.xhtml" />
56 </rich:tab>
57
54 <rich:tab header="Lost Reference" name="ref"> 58 <rich:tab header="Lost Reference" name="ref">
55 <ui:include src="components/lostReference.xhtml" /> 59 <ui:include src="components/lostReference.xhtml" />
60 </rich:tab>
61
62 <rich:tab header="Empty Reference" name="eref">
63 <ui:include src="components/emptyReference.xhtml" />
56 </rich:tab> 64 </rich:tab>
57 </rich:tabPanel> 65 </rich:tabPanel>
58 66
59 </h:panelGrid> 67 </h:panelGrid>
60 68