diff src/main/webapp/clean/publicByAuthor.xhtml @ 173:aa564b1b5e1f public_by_author

publicByAuthor feature ui for selecting texts ready. actual changing of public state not yet implemented.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 06 Jun 2018 21:01:05 +0200
parents 8604b368ec19
children
line wrap: on
line diff
--- a/src/main/webapp/clean/publicByAuthor.xhtml	Mon Jun 04 20:17:04 2018 +0200
+++ b/src/main/webapp/clean/publicByAuthor.xhtml	Wed Jun 06 21:01:05 2018 +0200
@@ -21,14 +21,13 @@
 				styleClass="mainPanel">
 
 				<rich:tabPanel id="tabPanel"
-					activeItem="#{Session.selectedPublicByAuthorTab}"
-					itemChangeListener="#{Session.listenerPublicByAuthorTabChange}">
+					activeItem="#{Session.selectedPublicByAuthorTab}">
 				
-					<rich:tab header="Find Author" name="01">
-						<ui:include src="components/publicFindAuthor.xhtml" />
-					</rich:tab>
-					
-                    <rich:tab header="Select by Subject" name="02">
+                    <rich:tab header="Find Author" name="src">
+                        <ui:include src="components/publicFindAuthor.xhtml" />
+                    </rich:tab>
+                    
+                    <rich:tab header="Select by Subject" name="sub">
                         <ui:include src="components/publicShowSubjects.xhtml" />
                     </rich:tab>
 				</rich:tabPanel>