diff src/main/webapp/search/displayTitle.xhtml @ 74:a58e6b2fb87f

move "witnesses with scans" button.
author casties
date Thu, 07 Jan 2016 16:26:48 +0100
parents ebd008b2e6ba
children 985dcecba904
line wrap: on
line diff
--- a/src/main/webapp/search/displayTitle.xhtml	Tue Dec 22 20:18:05 2015 +0100
+++ b/src/main/webapp/search/displayTitle.xhtml	Thu Jan 07 16:26:48 2016 +0100
@@ -147,6 +147,13 @@
 
 				</h:panelGrid>
 
+                <h:panelGrid columns="3">
+                    <h:selectBooleanCheckbox value="#{Session.displayTitle.showWitnessesWithScans}"/>
+                    <h:outputText value="Show only witnesses with scans"/>
+                    <h:commandButton value="Change"
+                    action="#{Session.displayTitle.changeShowWitnessesWithScans}"/>
+                </h:panelGrid>
+
                 <!-- no WITNESS -->
                 <h:outputText value="No known witnesses"
                          rendered="#{empty Session.displayTitle.witnessItems}"
@@ -160,13 +167,6 @@
 						rendered="#{!empty Session.displayTitle.witnessItems}"
 						styleClass="titlePanel" />
 
-                    <h:panelGrid columns="3">
-                        <h:selectBooleanCheckbox value="#{Session.displayTitle.showWitnessesWithScans}"/>
-                        <h:outputText value="Show only witnesses with scans"/>
-                        <h:commandButton value="Change"
-                        action="#{Session.displayTitle.changeShowWitnessesWithScans}"/>
-                    </h:panelGrid>
-
 					<h:panelGrid columns="1"
 						rendered="#{(!empty Session.displayTitle.witnessItems) and Session.user != null}">
 						<h:commandLink value="Make all public"