diff src/main/webapp/templates/publicTemplate.xhtml @ 2:1f56cf4f80d4

Fix of bug in the creation of a new file.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Wed, 11 Mar 2015 16:00:42 +0100
parents 7682c04c63a8
children 5316e79f9a27
line wrap: on
line diff
--- a/src/main/webapp/templates/publicTemplate.xhtml	Wed Mar 11 15:37:16 2015 +0100
+++ b/src/main/webapp/templates/publicTemplate.xhtml	Wed Mar 11 16:00:42 2015 +0100
@@ -82,7 +82,9 @@
 			<ace:menuItem value="Create File"
 				url="#{appBean.rootServer}/home/createNewFile.xhtml" />
 			<ace:menuItem value="Search Section"
-				url="#{appBean.rootServer}/home/searchPage.xhtml" />	
+				url="#{appBean.rootServer}/home/searchPage.xhtml" />
+			<ace:menuItem value="Dataverse"
+				url="#{appBean.dvnRootServer}" />	
 		</ace:menuBar>
 	</h:form>