adding new classes, changed classes
This commit is contained in:
parent
b200c54339
commit
57194fc761
@ -53,8 +53,9 @@
|
|||||||
[{block name="articleCosts"}]
|
[{block name="articleCosts"}]
|
||||||
<table class="article_costs_table border-bottom">
|
<table class="article_costs_table border-bottom">
|
||||||
<tr>
|
<tr>
|
||||||
[{* ++++++Artikelzusammenfassung++++++ *}]
|
[{block name="d3_article_costs_summary"}]
|
||||||
<td class="article_costs_table_paddingRight article_costs_table_td_width50 ">
|
[{* ++++++Beschreibung der Kostensummierung++++++ *}]
|
||||||
|
<td class="article_costs_table_paddingRight article_costs_table_desc_width70 ">
|
||||||
<div class="order_sum fontSize12 border-bottom order_article_PaddingBottom5">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_SUMBRUTTO"}]</div>
|
<div class="order_sum fontSize12 border-bottom order_article_PaddingBottom5">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_SUMBRUTTO"}]</div>
|
||||||
[{if $order->getFormattedDiscount() != 0}]
|
[{if $order->getFormattedDiscount() != 0}]
|
||||||
<div class="order_sum fontSize12 border-bottom spacing_order_info">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_DISCOUNT"}]</div>
|
<div class="order_sum fontSize12 border-bottom spacing_order_info">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_DISCOUNT"}]</div>
|
||||||
@ -64,11 +65,11 @@
|
|||||||
<div class="order_sum fontSize12 border-bottom spacing_order_info">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAX"}] [{$VatKey}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_PERCENTAGE"}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAXPERCVALUE"}]</div>
|
<div class="order_sum fontSize12 border-bottom spacing_order_info">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAX"}] [{$VatKey}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_PERCENTAGE"}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAXPERCVALUE"}]</div>
|
||||||
[{/foreach}]
|
[{/foreach}]
|
||||||
<div class="order_sum fontSize12 order_article_PaddingTop5">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_DELIVERY"}]</div>
|
<div class="order_sum fontSize12 order_article_PaddingTop5">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_DELIVERY"}]</div>
|
||||||
<div class="fontSize12 border-bottom spacing_order_info aligning order_article_costs_paddingRight66 order_article_costs_marginLeftSub3">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAX"}] [{$VatKey}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_PERCENTAGE"}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAXPERCVALUE"}]</div>
|
<div class="order_sum fontSize12 border-bottom spacing_order_info">[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAX"}] [{$VatKey}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_PERCENTAGE"}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAXPERCVALUE"}]</div>
|
||||||
<div class="order_sum fontSize12 order_article_PaddingTop5 order_article_PaddingBottom5"><strong>[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TOTALSUMBRUT"}]</strong></div>
|
<div class="order_sum fontSize12 order_article_PaddingTop5 order_article_PaddingBottom5"><strong>[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TOTALSUMBRUT"}]</strong></div>
|
||||||
</td>
|
</td>
|
||||||
[{* ++++++Kosten der Bestellung++++++ *}]
|
[{* ++++++Kostensummierung++++++ *}]
|
||||||
<td class="article_costs_table_td_width50">
|
<td class="article_costs_table_sum_width30">
|
||||||
<div class="order_sumNum aligning fontSize12 border-bottom order_article_PaddingBottom5">[{$order->getFormattedTotalBrutSum()}] [{$currency->name}]</div>
|
<div class="order_sumNum aligning fontSize12 border-bottom order_article_PaddingBottom5">[{$order->getFormattedTotalBrutSum()}] [{$currency->name}]</div>
|
||||||
[{if $order->getFormattedDiscount() != 0}]
|
[{if $order->getFormattedDiscount() != 0}]
|
||||||
<div class="spacing_order_info order_sumNum aligning fontSize12 border-bottom">-[{$order->getFormattedDiscount()}] [{$currency->name}]</div>
|
<div class="spacing_order_info order_sumNum aligning fontSize12 border-bottom">-[{$order->getFormattedDiscount()}] [{$currency->name}]</div>
|
||||||
@ -79,6 +80,7 @@
|
|||||||
<div class="order_article_PaddingTop5 order_article_PaddingBottom5 order_sumNum aligning fontSize12 border-bottom">[{$lang->formatCurrency($deliveryPrice->getVATValue(), $currency)}] [{$currency->name}]</div>
|
<div class="order_article_PaddingTop5 order_article_PaddingBottom5 order_sumNum aligning fontSize12 border-bottom">[{$lang->formatCurrency($deliveryPrice->getVATValue(), $currency)}] [{$currency->name}]</div>
|
||||||
<div class="order_article_PaddingTop5 order_article_PaddingBottom5 order_sumNum aligning fontSize12"><strong>[{$order->getFormattedTotalOrderSum()}] [{$currency->name}]</strong></div>
|
<div class="order_article_PaddingTop5 order_article_PaddingBottom5 order_sumNum aligning fontSize12"><strong>[{$order->getFormattedTotalOrderSum()}] [{$currency->name}]</strong></div>
|
||||||
</td>
|
</td>
|
||||||
|
{/block}
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
[{/block}]
|
[{/block}]
|
||||||
|
@ -16,7 +16,7 @@ table{
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.order_sum{
|
.order_sum{
|
||||||
margin-left: 181px;
|
margin-left: 300px;
|
||||||
}
|
}
|
||||||
.order_sumNum{
|
.order_sumNum{
|
||||||
margin-right: -2.2px;
|
margin-right: -2.2px;
|
||||||
@ -24,20 +24,12 @@ table{
|
|||||||
.border-bottom{
|
.border-bottom{
|
||||||
border-bottom: solid 0.15mm #000;
|
border-bottom: solid 0.15mm #000;
|
||||||
}
|
}
|
||||||
.paddingTop{
|
.hermes{
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
.paddingBottom{
|
.mercurius{
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paddingTop15{
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
.marginTop5{
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.spacing_order_info{
|
.spacing_order_info{
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
@ -58,18 +50,11 @@ table{
|
|||||||
border-top: solid 1px #000;
|
border-top: solid 1px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.borderSpacingUnset{
|
|
||||||
border-spacing: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*pdf_heading*/
|
/*pdf_heading*/
|
||||||
.pdf_heading_table{
|
.pdf_heading_table{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 8mm;
|
margin-top: 8mm;
|
||||||
}
|
}
|
||||||
.marginBottom15{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
.pdf_heading_width35{
|
.pdf_heading_width35{
|
||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
@ -167,9 +152,13 @@ table{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border-top: solid 0.15mm #000;
|
border-top: solid 0.15mm #000;
|
||||||
}
|
}
|
||||||
.article_costs_table_td_width50{
|
.article_costs_table_desc_width70{
|
||||||
width: 50%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
.article_costs_table_sum_width30{
|
||||||
|
width: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
.article_costs_table_paddingRight{
|
.article_costs_table_paddingRight{
|
||||||
padding-right: -3px;
|
padding-right: -3px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user