diff src/main/webapp/home/branchEditor.xhtml @ 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 5316e79f9a27
line wrap: on
line diff
--- 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}"/>