Extract common code
(cherry picked from commit bf03fe99a05221d565bda67582e0ad5589495285)
This commit is contained in:
@@ -1151,7 +1151,7 @@ function downloadData (element_id) {
|
|||||||
<div class="boxtabelle boxabstandtop boxtabelleZweispaltig">
|
<div class="boxtabelle boxabstandtop boxtabelleZweispaltig">
|
||||||
<xsl:apply-templates select="./xr:DOCUMENT_LEVEL_CHARGES"/>
|
<xsl:apply-templates select="./xr:DOCUMENT_LEVEL_CHARGES"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="boxtabelle boxabstandtop boxtabelleZweispaltig">
|
<div class="boxtabelle boxabstandtop boxtabelleZweispaltig">
|
||||||
<xsl:apply-templates select="./xr:LOGISTICS_SERVICE_CHARGES"/>
|
<xsl:apply-templates select="./xr:LOGISTICS_SERVICE_CHARGES"/>
|
||||||
</div>
|
</div>
|
||||||
@@ -1564,8 +1564,8 @@ function downloadData (element_id) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="boxabstand"></div>
|
<div class="boxabstand"></div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="uebersichtVersandkosten" match="xr:LOGISTICS_SERVICE_CHARGES">
|
<xsl:template name="uebersichtVersandkosten" match="xr:LOGISTICS_SERVICE_CHARGES">
|
||||||
<div class="boxzeile">
|
<div class="boxzeile">
|
||||||
<div id="uebersichtVersandkosten" class="box">
|
<div id="uebersichtVersandkosten" class="box">
|
||||||
|
|||||||
Reference in New Issue
Block a user