@ -2023,9 +2023,26 @@ Seite 1 von 1
@@ -2023,9 +2023,26 @@ Seite 1 von 1
<xsl:template name= "nd_selectionform_field" >
<xsl:choose >
<xsl:when test= "attribut!='hidden' and name!='##line##' and art!=18 and art != 13" >
<xsl:variable name= "DataTooltip" >
<xsl:variable name= "MaskFieldTooltipPosition" >
<xsl:call-template name= "MaskFieldTooltipPosition" />
</xsl:variable>
<xsl:if test= "$MaskFieldTooltipPosition='left' or $MaskFieldTooltipPosition='both'" >
<xsl:call-template name= "br_to_newline" >
<xsl:with-param name= "string" > <![CDATA[]]> <xsl:value-of select= "caption_long" /> <![CDATA[]]> </xsl:with-param>
<xsl:with-param name= "search" > < br> </xsl:with-param>
<!-- <xsl:with - param name="replace"><xsl:text> </xsl:text></xsl:with - param> -->
</xsl:call-template>
</xsl:if>
</xsl:variable>
<div class= "field is-grouped" >
<div class= "label-container" lang= "de" >
<xsl:call-template name= "nd_selectionform_field_label" />
<xsl:if test= "$DataTooltip!=''" >
<xsl:attribute name= "data-tooltip" >
<xsl:value-of select= "$DataTooltip" />
</xsl:attribute>
</xsl:if>
<xsl:call-template name= "nd_selectionform_field_label" />
</div>
<!-- <div class="field - body"> --> <!-- 220424BFdeaktiviert -->
@ -2066,8 +2083,14 @@ Seite 1 von 1
@@ -2066,8 +2083,14 @@ Seite 1 von 1
<!-- end 0 -->
<!-- start 1,2 -->
<xsl:when test= "(art='1' or art='2') and (@isDynamic='true' or zeilenanzahl > 1)" >
<xsl:if test= "obligatorisch='1'" > <xsl:text > * </xsl:text> </xsl:if>
<span class= "labelSichtorComboButton" >
<span > <xsl:attribute name= "class" >
<xsl:choose >
<xsl:when test= "obligatorisch='1'" > <xsl:text > labelSichtorComboButtonPflicht</xsl:text>
</xsl:when>
<xsl:otherwise > <xsl:text > labelSichtorComboButton</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name= "onClick" >
<xsl:call-template name= "ndMaskeComboLadenOnClick" />
</xsl:attribute>
@ -2097,7 +2120,7 @@ Seite 1 von 1
@@ -2097,7 +2120,7 @@ Seite 1 von 1
<span >
<xsl:choose >
<xsl:when test= "obligatorisch='1'" >
<xsl:attribute name= "class" > labelPflicht</xsl:attribute> <xsl:text > * </xsl:text> < /xsl:when>
<xsl:attribute name= "class" > labelPflicht</xsl:attribute> </xsl:when>
<xsl:otherwise > <xsl:attribute name= "class" > labelNormal</xsl:attribute> </xsl:otherwise>
</xsl:choose>
<xsl:choose >
@ -2115,11 +2138,21 @@ Seite 1 von 1
@@ -2115,11 +2138,21 @@ Seite 1 von 1
<!-- start dojosicht -->
<xsl:template name= "nd_SichtBtn" >
<span class= "labelSichtorComboButton" >
<xsl:attribute name= "onClick" >
<xsl:param name= "DataTooltip" />
<span >
<xsl:attribute name= "class" >
<xsl:choose >
<xsl:when test= "obligatorisch='1'" > <xsl:text > labelSichtorComboButtonPflicht</xsl:text>
</xsl:when>
<xsl:otherwise > <xsl:text > labelSichtorComboButton</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name= "onClick" >
<xsl:call-template name= "ndMaskeSichtLadenOnClick" />
</xsl:attribute>
<xsl:if test= "obligatorisch='1'" > <xsl:text > * </xsl:text> </xsl:if>
<xsl:choose >
<xsl:when test= "caption_short != ''" > <![CDATA[]]> <xsl:value-of select= "caption_short" /> <![CDATA[]]> </xsl:when>
<xsl:otherwise >
@ -2145,7 +2178,7 @@ Seite 1 von 1
@@ -2145,7 +2178,7 @@ Seite 1 von 1
<xsl:choose >
<xsl:when test= "defaultwert/key!=''" > <xsl:value-of select= "defaultwert/name" /> </xsl:when>
<!-- AK 20.08.2014 von "bitte wählen" nach "nichts gewählt" -->
<xsl:otherwise > nichts gewählt </xsl:otherwise>
<xsl:otherwise > nichts gewählt </xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name= "onClick" >
@ -2280,6 +2313,9 @@ Seite 1 von 1
@@ -2280,6 +2313,9 @@ Seite 1 von 1
<xsl:template name= "nd_selectionform_field_input" >
<xsl:variable name= "feldbreite_faktor" > 6</xsl:variable>
<xsl:variable name= "MaskFieldTooltipPosition" >
<xsl:call-template name= "MaskFieldTooltipPosition" />
</xsl:variable>
<xsl:choose >
<xsl:when test= "art='0' and zeilenanzahl!='1'" >
<textarea WRAP= "on" class= "resizable-textarea input is-small" >
@ -2597,7 +2633,7 @@ Seite 1 von 1
@@ -2597,7 +2633,7 @@ Seite 1 von 1
</div> <!-- Ende control is - expanded -->
<xsl:if test= "caption_long != '' and art != '13' and art != '18' and art != '8' and art !='10' and art !='17'" >
<xsl:if test= "($MaskFieldTooltipPosition='right' or $MaskFieldTooltipPosition='both') and caption_long != '' and art != '13' and art != '18' and art != '8' and art !='10' and art !='17'" >
<!-- <span class="info" onclick="if(document.getElementById('{concat('f_',tid)}').style.display=='none')document.getElementById('{concat('f_',tid)}').style.display='block'; else document.getElementById('{concat('f_',tid)}').style.display='none'; return false;">
<figure class= "image is-24x24" >
@ -2692,7 +2728,7 @@ Seite 1 von 1
@@ -2692,7 +2728,7 @@ Seite 1 von 1
<xsl:choose >
<xsl:when test= "defaultwert/key!=''" > <xsl:value-of select= "defaultwert/name" /> </xsl:when>
<!-- AK 20.08.2014 von "bitte wählen" nach "nichts gewählt" -->
<xsl:otherwise > nichts gewählt </xsl:otherwise>
<xsl:otherwise > nichts gewählt </xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name= "onClick" >
@ -4032,7 +4068,10 @@ function exportTreeContents(what) {
@@ -4032,7 +4068,10 @@ function exportTreeContents(what) {
<input name= "RPTContentype" id= "RPTContentype" type= "hidden" value= "" />
<!-- nun der Dialog: -->
<xsl:call-template name= "nd_tableExportDialogRPTA" />
</xsl:template>
<xsl:template name= "nd_tableExportDialogRPTA" >
<div dojoType= "dialog" id= "rpta_export_shortcut_dlg" bgColor= "darkgray" bgOpacity= "0.7" toggle= "fade" toggleDuration= "250" closeNode= "rpta_export_shortcut_dlg" style= "display:none" >
<p align= "center" > <strong > Exportmenü für <label id= "dlg_outformat" > Dokumentformate</label> </strong> </p>
<table width= "100%" border= "1" >