update language

This commit is contained in:
Gaby Heinle 2024-07-10 11:23:38 +02:00
parent 25c9543bfa
commit 78be1b5139

View file

@ -1,11 +1,7 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml" <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://xmlns.jcp.org/jsf/core"
xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"
xmlns:c="http://xmlns.jcp.org/jsp/jstl/core" xmlns:marty="http://xmlns.jcp.org/jsf/composite/marty" xmlns:i="http://xmlns.jcp.org/jsf/composite/imixs"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"
xmlns:marty="http://xmlns.jcp.org/jsf/composite/marty"
xmlns:i="http://xmlns.jcp.org/jsf/composite/imixs"
template="/layout/template.xhtml"> template="/layout/template.xhtml">
@ -20,15 +16,14 @@
<ui:include src="/pages/error_message.xhtml" /> <ui:include src="/pages/error_message.xhtml" />
<!-- Cargosoft Creditor Search integration --> <!-- Cargosoft Creditor Search integration -->
<ui:include <ui:include src="/pages/workitems/forms/alexander/cargsoft-creditor-search.xhtml">
src="/pages/workitems/forms/alexander/cargsoft-creditor-search.xhtml">
<ui:param name="workitem" value="#{cargosoftController.kreditor}" /> <ui:param name="workitem" value="#{cargosoftController.kreditor}" />
<ui:param name="searchmode" value="single" /> <ui:param name="searchmode" value="single" />
</ui:include> </ui:include>
<div class="imixs-form"> <div class="imixs-form">
<div class="imixs-header"> <div class="imixs-header">
<h1> <h1>
<h:outputText value="Kreditoren / Debitoren " /> <h:outputText value="Accounts " />
</h1> </h1>
</div> </div>
@ -42,36 +37,37 @@
<div class="imixs-form-section-2"> <div class="imixs-form-section-2">
<dl> <dl>
<dt>Kreditor/Debitor:</dt> <dt>Creditor/Debtor:</dt>
<dd> <dd>
<h:inputText <h:inputText value="#{cargosoftController.kreditor.item['cdtr.number']}"
value="#{cargosoftController.kreditor.item['cdtr.number']}"
pt:data-item="cdtr.number" /> pt:data-item="cdtr.number" />
</dd> </dd>
</dl> </dl>
</div> </div>
<h:panelGroup layout="block" styleClass="imixs-form-section-2" <h:panelGroup layout="block" styleClass="imixs-form-section-2" id="contentIputID">
id="contentIputID">
<dl> <dl>
<dt>E-Mail:</dt> <dt>E-Mail:</dt>
<dd><h:inputTextarea pt:data-item="cdtr.mail" rows="2" <dd>
<h:inputTextarea pt:data-item="cdtr.mail" rows="2"
value="#{cargosoftController.kreditor.itemList['cdtr.mail']}" value="#{cargosoftController.kreditor.itemList['cdtr.mail']}"
converter="org.imixs.VectorConverter" /> converter="org.imixs.VectorConverter" />
<br /> <br />
<span class="small">Trennen Sie mehrere Adressen durch neue Zeilen.</span></dd> <span class="small">Separate multiple addresses with new lines.</span>
</dd>
</dl> </dl>
<dl> <dl>
<dt>Zahlungsziel:</dt> <dt>Term of Payment:</dt>
<dd><h:inputText style="width:5em;" <dd>
<h:inputText style="width:5em;"
value="#{cargosoftController.kreditor.item['cdtr.creditperiod']}" value="#{cargosoftController.kreditor.item['cdtr.creditperiod']}"
pt:data-item="cdtr.creditperiod" pt:data-item="cdtr.creditperiod" /> days
/> Tage</dd> </dd>
</dl> </dl>
@ -83,15 +79,15 @@
<dl> <dl>
<dt>IBAN:</dt> <dt>IBAN:</dt>
<dd> <dd>
<h:inputText <h:inputText value="#{cargosoftController.kreditor.item['cdtr.iban']}"
value="#{cargosoftController.kreditor.item['cdtr.iban']}" pt:data-item="cdtr.iban" /> pt:data-item="cdtr.iban" />
</dd> </dd>
</dl> </dl>
<dl> <dl>
<dt>BIC:</dt> <dt>BIC:</dt>
<dd> <dd>
<h:inputText <h:inputText value="#{cargosoftController.kreditor.item['cdtr.bic']}"
value="#{cargosoftController.kreditor.item['cdtr.bic']}" pt:data-item="cdtr.bic" /> pt:data-item="cdtr.bic" />
</dd> </dd>
</dl> </dl>
@ -100,43 +96,43 @@
<dl> <dl>
<dd> <dd>
<h:inputText <h:inputText value="#{cargosoftController.kreditor.item['cdtr.iban2']}"
value="#{cargosoftController.kreditor.item['cdtr.iban2']}" pt:data-item="cdtr.iban2"/> pt:data-item="cdtr.iban2" />
</dd> </dd>
</dl> </dl>
<dl> <dl>
<dd> <dd>
<h:inputText <h:inputText value="#{cargosoftController.kreditor.item['cdtr.bic2']}"
value="#{cargosoftController.kreditor.item['cdtr.bic2']}" pt:data-item="cdtr.bic2"/> pt:data-item="cdtr.bic2" />
</dd> </dd>
</dl> </dl>
<dl> <dl>
<dd> <dd>
<h:inputText <h:inputText value="#{cargosoftController.kreditor.item['cdtr.iban3']}"
value="#{cargosoftController.kreditor.item['cdtr.iban3']}" pt:data-item="cdtr.iban3"/> pt:data-item="cdtr.iban3" />
</dd> </dd>
</dl> </dl>
<dl> <dl>
<dd> <dd>
<h:inputText <h:inputText value="#{cargosoftController.kreditor.item['cdtr.bic3']}"
value="#{cargosoftController.kreditor.item['cdtr.bic3']}" pt:data-item="cdtr.bic3"/> pt:data-item="cdtr.bic3" />
</dd> </dd>
</dl> </dl>
<dl> <dl>
<dd> <dd>
<h:inputText <h:inputText value="#{cargosoftController.kreditor.item['cdtr.iban4']}"
value="#{cargosoftController.kreditor.item['cdtr.iban4']}" pt:data-item="cdtr.iban4"/> pt:data-item="cdtr.iban4" />
</dd> </dd>
</dl> </dl>
<dl> <dl>
<dd> <dd>
<h:inputText <h:inputText value="#{cargosoftController.kreditor.item['cdtr.bic4']}"
value="#{cargosoftController.kreditor.item['cdtr.bic4']}" pt:data-item="cdtr.bic4"/> pt:data-item="cdtr.bic4" />
</dd> </dd>
</dl> </dl>
@ -151,10 +147,8 @@
<div class="imixs-footer"> <div class="imixs-footer">
<h:commandButton <h:commandButton action="/pages/admin/kreditor.xhtml?faces-redirect=true"
action="/pages/admin/kreditor.xhtml?faces-redirect=true" actionListener="#{cargosoftController.updateZahlungsziel()}" value="#{message.save}" />
actionListener="#{cargosoftController.updateZahlungsziel()}"
value="#{message.save}" />
<h:commandButton value="#{message.close}" immediate="true" <h:commandButton value="#{message.close}" immediate="true"
action="/pages/notes.xhtml?faces-redirect=true" action="/pages/notes.xhtml?faces-redirect=true"
@ -173,4 +167,3 @@
</ui:composition> </ui:composition>