comparison 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
comparison
equal deleted inserted replaced
0:7682c04c63a8 1:43f4cbe04ea1
96 96
97 </h:panelGrid> 97 </h:panelGrid>
98 98
99 </h:panelGrid> 99 </h:panelGrid>
100 100
101 <h:outputLabel value="Current File" styleClass="subTitle"/> 101 <h:outputLabel value="Current Version" styleClass="subTitle"/>
102 <h:panelGrid columns="2" styleClass="tableComponent"> 102 <h:panelGrid columns="2" styleClass="tableComponent">
103 103
104 <h:outputLabel value="ID"/> 104 <h:outputLabel value="ID"/>
105 <h:outputText value="#{sessionBean.branchEditor.currentLastFile.id}"/> 105 <h:outputText value="#{sessionBean.branchEditor.currentLastFile.id}"/>
106 106
123 </h:panelGrid> 123 </h:panelGrid>
124 124
125 </h:panelGrid> 125 </h:panelGrid>
126 126
127 127
128 <h:outputLabel value="All files" styleClass="subTitle"/> 128 <h:outputLabel value="Old Versions" styleClass="subTitle"/>
129 <ace:dataTable value="#{sessionBean.branchEditor.allFiles}" var="file" styleClass="tableComponent"> 129 <ace:dataTable value="#{sessionBean.branchEditor.allFiles}" var="file" styleClass="tableComponent">
130 <ace:column headerText="ID"> 130 <ace:column headerText="ID">
131 <h:outputText value="#{file.id}"/> 131 <h:outputText value="#{file.id}"/>
132 </ace:column> 132 </ace:column>
133 <ace:column headerText="Version"> 133 <ace:column headerText="Version">