Mercurial > hg > ismi-richfaces
comparison src/main/webapp/clean/missingRelations.xhtml @ 199:8af530c5b4cd
new find-lost-alias function in clean menu to delete aliases without relations.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 23 Jan 2019 20:28:00 +0100 |
parents | ef0949b8efc3 |
children | 95c18711c0be |
comparison
equal
deleted
inserted
replaced
198:477f043ed403 | 199:8af530c5b4cd |
---|---|
44 </rich:tab> | 44 </rich:tab> |
45 | 45 |
46 <rich:tab header="Missing Place" name="plc"> | 46 <rich:tab header="Missing Place" name="plc"> |
47 <ui:include src="components/missingPlace.xhtml" /> | 47 <ui:include src="components/missingPlace.xhtml" /> |
48 </rich:tab> | 48 </rich:tab> |
49 | |
50 <rich:tab header="Lost Alias" name="ali"> | |
51 <ui:include src="components/lostAlias.xhtml" /> | |
52 </rich:tab> | |
49 </rich:tabPanel> | 53 </rich:tabPanel> |
50 | 54 |
51 </h:panelGrid> | 55 </h:panelGrid> |
52 | 56 |
53 | 57 |