changeset 1:43f4cbe04ea1

Change of some labels in the frontend!
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Wed, 11 Mar 2015 15:37:16 +0100
parents 7682c04c63a8
children 1f56cf4f80d4
files src/main/resources/config.properties src/main/webapp/home/branchEditor.xhtml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/resources/config.properties	Tue Mar 10 14:50:41 2015 +0100
+++ b/src/main/resources/config.properties	Wed Mar 11 15:37:16 2015 +0100
@@ -4,7 +4,7 @@
 files_root=/gazetteer-server/data
 #extraction_interface=http://141.14.239.50:1080/localmonographs
 extraction_interface=http://localgazetteers-dev/extraction-interface
-dvn_server=http://localgazetteers-dev:8081/dvn
+dvn_server=http://localgazetteers-dev/dvn
 #root_server=http://localgazetteers.mpiwg-berlin.mpg.de:8080/gazetteer-server
 root_server=http://localhost:8080/LGServer
-#root_server=http://localgazetteers-dev:8080/LGServer
+#root_server=http://localgazetteers-dev/LGServer
--- a/src/main/webapp/home/branchEditor.xhtml	Tue Mar 10 14:50:41 2015 +0100
+++ b/src/main/webapp/home/branchEditor.xhtml	Wed Mar 11 15:37:16 2015 +0100
@@ -98,7 +98,7 @@
 						
 					</h:panelGrid>
 					
-					<h:outputLabel value="Current File"  styleClass="subTitle"/>
+					<h:outputLabel value="Current Version"  styleClass="subTitle"/>
 					<h:panelGrid columns="2" styleClass="tableComponent">
 					
 						<h:outputLabel value="ID"/>
@@ -125,7 +125,7 @@
 					</h:panelGrid>
 					
 					
-					<h:outputLabel value="All files"  styleClass="subTitle"/>
+					<h:outputLabel value="Old Versions"  styleClass="subTitle"/>
 					<ace:dataTable value="#{sessionBean.branchEditor.allFiles}" var="file" styleClass="tableComponent">
 						<ace:column headerText="ID">
 							<h:outputText value="#{file.id}"/>