update language
This commit is contained in:
parent
25c9543bfa
commit
78be1b5139
1 changed files with 57 additions and 64 deletions
|
|
@ -1,11 +1,7 @@
|
|||
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
|
||||
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: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"
|
||||
<ui:composition xmlns="http://www.w3.org/1999/xhtml" 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: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">
|
||||
|
||||
|
||||
|
|
@ -17,18 +13,17 @@
|
|||
<f:view>
|
||||
<h:form id="zahlungsziel_form_id">
|
||||
<!-- ########## Error ########## -->
|
||||
<ui:include src="/pages/error_message.xhtml" />
|
||||
|
||||
<ui:include src="/pages/error_message.xhtml" />
|
||||
|
||||
<!-- Cargosoft Creditor Search integration -->
|
||||
<ui:include
|
||||
src="/pages/workitems/forms/alexander/cargsoft-creditor-search.xhtml">
|
||||
<ui:include src="/pages/workitems/forms/alexander/cargsoft-creditor-search.xhtml">
|
||||
<ui:param name="workitem" value="#{cargosoftController.kreditor}" />
|
||||
<ui:param name="searchmode" value="single" />
|
||||
</ui:include>
|
||||
<div class="imixs-form">
|
||||
<div class="imixs-header">
|
||||
<h1>
|
||||
<h:outputText value="Kreditoren / Debitoren " />
|
||||
<h:outputText value="Accounts " />
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
|
|
@ -42,107 +37,108 @@
|
|||
<div class="imixs-form-section-2">
|
||||
|
||||
<dl>
|
||||
<dt>Kreditor/Debitor:</dt>
|
||||
<dt>Creditor/Debtor:</dt>
|
||||
|
||||
<dd>
|
||||
<h:inputText
|
||||
value="#{cargosoftController.kreditor.item['cdtr.number']}"
|
||||
<h:inputText value="#{cargosoftController.kreditor.item['cdtr.number']}"
|
||||
pt:data-item="cdtr.number" />
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
|
||||
<h:panelGroup layout="block" styleClass="imixs-form-section-2"
|
||||
id="contentIputID">
|
||||
|
||||
<h:panelGroup layout="block" styleClass="imixs-form-section-2" id="contentIputID">
|
||||
|
||||
<dl>
|
||||
<dt>E-Mail:</dt>
|
||||
<dd><h:inputTextarea pt:data-item="cdtr.mail" rows="2"
|
||||
value="#{cargosoftController.kreditor.itemList['cdtr.mail']}"
|
||||
<dd>
|
||||
<h:inputTextarea pt:data-item="cdtr.mail" rows="2"
|
||||
value="#{cargosoftController.kreditor.itemList['cdtr.mail']}"
|
||||
converter="org.imixs.VectorConverter" />
|
||||
<br />
|
||||
<span class="small">Trennen Sie mehrere Adressen durch neue Zeilen.</span></dd>
|
||||
<br />
|
||||
<span class="small">Separate multiple addresses with new lines.</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl>
|
||||
<dt>Zahlungsziel:</dt>
|
||||
<dd><h:inputText style="width:5em;"
|
||||
<dt>Term of Payment:</dt>
|
||||
<dd>
|
||||
<h:inputText style="width:5em;"
|
||||
value="#{cargosoftController.kreditor.item['cdtr.creditperiod']}"
|
||||
pt:data-item="cdtr.creditperiod"
|
||||
/> Tage</dd>
|
||||
pt:data-item="cdtr.creditperiod" /> days
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</h:panelGroup>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="imixs-form-section-2">
|
||||
|
||||
<dl>
|
||||
<dt>IBAN:</dt>
|
||||
<dd>
|
||||
<h:inputText
|
||||
value="#{cargosoftController.kreditor.item['cdtr.iban']}" pt:data-item="cdtr.iban" />
|
||||
<h:inputText value="#{cargosoftController.kreditor.item['cdtr.iban']}"
|
||||
pt:data-item="cdtr.iban" />
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>BIC:</dt>
|
||||
<dd>
|
||||
<h:inputText
|
||||
value="#{cargosoftController.kreditor.item['cdtr.bic']}" pt:data-item="cdtr.bic" />
|
||||
<h:inputText value="#{cargosoftController.kreditor.item['cdtr.bic']}"
|
||||
pt:data-item="cdtr.bic" />
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<!-- IBAN 1-5 -->
|
||||
<dl>
|
||||
|
||||
|
||||
<dd>
|
||||
<h:inputText
|
||||
value="#{cargosoftController.kreditor.item['cdtr.iban2']}" pt:data-item="cdtr.iban2"/>
|
||||
<h:inputText value="#{cargosoftController.kreditor.item['cdtr.iban2']}"
|
||||
pt:data-item="cdtr.iban2" />
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
|
||||
|
||||
<dd>
|
||||
<h:inputText
|
||||
value="#{cargosoftController.kreditor.item['cdtr.bic2']}" pt:data-item="cdtr.bic2"/>
|
||||
<h:inputText value="#{cargosoftController.kreditor.item['cdtr.bic2']}"
|
||||
pt:data-item="cdtr.bic2" />
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
|
||||
|
||||
<dd>
|
||||
<h:inputText
|
||||
value="#{cargosoftController.kreditor.item['cdtr.iban3']}" pt:data-item="cdtr.iban3"/>
|
||||
<h:inputText value="#{cargosoftController.kreditor.item['cdtr.iban3']}"
|
||||
pt:data-item="cdtr.iban3" />
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
|
||||
|
||||
<dd>
|
||||
<h:inputText
|
||||
value="#{cargosoftController.kreditor.item['cdtr.bic3']}" pt:data-item="cdtr.bic3"/>
|
||||
<h:inputText value="#{cargosoftController.kreditor.item['cdtr.bic3']}"
|
||||
pt:data-item="cdtr.bic3" />
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
|
||||
|
||||
<dd>
|
||||
<h:inputText
|
||||
value="#{cargosoftController.kreditor.item['cdtr.iban4']}" pt:data-item="cdtr.iban4"/>
|
||||
<h:inputText value="#{cargosoftController.kreditor.item['cdtr.iban4']}"
|
||||
pt:data-item="cdtr.iban4" />
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
|
||||
|
||||
<dd>
|
||||
<h:inputText
|
||||
value="#{cargosoftController.kreditor.item['cdtr.bic4']}" pt:data-item="cdtr.bic4"/>
|
||||
<h:inputText value="#{cargosoftController.kreditor.item['cdtr.bic4']}"
|
||||
pt:data-item="cdtr.bic4" />
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
@ -151,10 +147,8 @@
|
|||
|
||||
|
||||
<div class="imixs-footer">
|
||||
<h:commandButton
|
||||
action="/pages/admin/kreditor.xhtml?faces-redirect=true"
|
||||
actionListener="#{cargosoftController.updateZahlungsziel()}"
|
||||
value="#{message.save}" />
|
||||
<h:commandButton action="/pages/admin/kreditor.xhtml?faces-redirect=true"
|
||||
actionListener="#{cargosoftController.updateZahlungsziel()}" value="#{message.save}" />
|
||||
|
||||
<h:commandButton value="#{message.close}" immediate="true"
|
||||
action="/pages/notes.xhtml?faces-redirect=true"
|
||||
|
|
@ -172,5 +166,4 @@
|
|||
|
||||
|
||||
|
||||
</ui:composition>
|
||||
|
||||
</ui:composition>
|
||||
Loading…
Reference in a new issue