comparison src/main/webapp/entry/codex.xhtml @ 160:1882f1c9974b

change wording from alias to reproduction in CODEX entry form.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Fri, 13 Apr 2018 12:58:36 +0200
parents 1326182855ef
children 8049becb05ca
comparison
equal deleted inserted replaced
159:c89eefa59835 160:1882f1c9974b
260 260
261 </h:panelGrid> 261 </h:panelGrid>
262 262
263 <ismi:refWidget entityForm="#{CurrentCodex}" /> 263 <ismi:refWidget entityForm="#{CurrentCodex}" />
264 264
265 <h:outputText value="Alias" styleClass="titlePanel"/> 265 <h:outputText value="Reproduction" styleClass="titlePanel"/>
266 <h:panelGrid columns="2" styleClass="createPanel" 266 <h:panelGrid columns="2" styleClass="createPanel"
267 columnClasses="createPanelFirstColumn"> 267 columnClasses="createPanelFirstColumn">
268 <h:outputText value="Is this codex alias?" /> 268 <h:outputText value="Is this codex a reproduction?" />
269 <h:selectBooleanCheckbox value="#{CurrentCodex.isAlias}"> 269 <h:selectBooleanCheckbox value="#{CurrentCodex.isAlias}">
270 <a4j:ajax event="click" render="codexAliasPanel" /> 270 <a4j:ajax event="click" render="codexAliasPanel" />
271 </h:selectBooleanCheckbox> 271 </h:selectBooleanCheckbox>
272 </h:panelGrid> 272 </h:panelGrid>
273 273
274 274
275 <h:panelGrid columns="1" id="codexAliasPanel"> 275 <h:panelGrid columns="1" id="codexAliasPanel">
276 276
277 <h:outputText value="Referenced Alias" 277 <h:outputText value="Original codex"
278 rendered="#{CurrentCodex.isAlias}" 278 rendered="#{CurrentCodex.isAlias}"
279 styleClass="titlePanel"/> 279 styleClass="titlePanel"/>
280 280
281 <h:panelGrid columns="4" styleClass="createPanel" 281 <h:panelGrid columns="4" styleClass="createPanel"
282 columnClasses="createPanelFirstColumn" 282 columnClasses="createPanelFirstColumn"