diff src/main/webapp/templates/main_template.xhtml @ 188:34ac2e1b323a

new Clean UI to find non-public digitalizations of public codices and make them public.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Tue, 06 Nov 2018 20:05:49 +0100
parents 0d31c8be7c31
children
line wrap: on
line diff
--- a/src/main/webapp/templates/main_template.xhtml	Tue Oct 30 20:09:59 2018 +0100
+++ b/src/main/webapp/templates/main_template.xhtml	Tue Nov 06 20:05:49 2018 +0100
@@ -181,6 +181,10 @@
                 <rich:menuItem label="Find Missing Relations"
                     onclick="document.location.href='#{ApplicationBean1.root}/clean/missingRelations.xhtml'">
                 </rich:menuItem>
+
+                <rich:menuItem label="Find Non-Public Entities"
+                    onclick="document.location.href='#{ApplicationBean1.root}/clean/nonpublicEntities.xhtml'">
+                </rich:menuItem>
 			</rich:dropDownMenu>
 
 			<h:outputLink  rendered="#{Session.canCreate}"