From c0f04ff70875bddbb878c2db0058ee2e089c9826 Mon Sep 17 00:00:00 2001 From: MarkusGaertner Date: Fri, 24 Jul 2020 13:34:16 +0200 Subject: [PATCH] missing Templates --- .../views/tpl/d3_account_points_azure.tpl | 112 ++++++++++++++++++ .../views/tpl/d3_account_points_flow.tpl | 86 ++++++++++++++ .../views/tpl/d3_account_points_wave.tpl | 86 ++++++++++++++ 3 files changed, 284 insertions(+) create mode 100644 src/Application/views/tpl/d3_account_points_azure.tpl create mode 100644 src/Application/views/tpl/d3_account_points_flow.tpl create mode 100644 src/Application/views/tpl/d3_account_points_wave.tpl diff --git a/src/Application/views/tpl/d3_account_points_azure.tpl b/src/Application/views/tpl/d3_account_points_azure.tpl new file mode 100644 index 0000000..764b1fe --- /dev/null +++ b/src/Application/views/tpl/d3_account_points_azure.tpl @@ -0,0 +1,112 @@ +

[{oxmultilang ident="D3_INC_ACCOUNT_HEADER_POINTS"}]

+ +

[{oxmultilang ident="D3_INC_ACCOUNT_HEADER_POINTS_ACCOUNT"}]

+[{block name="d3accountpoints_main_form_points"}] +
+ +
+[{/block}] + +[{include file='d3points_mail_option_azure.tpl'}] diff --git a/src/Application/views/tpl/d3_account_points_flow.tpl b/src/Application/views/tpl/d3_account_points_flow.tpl new file mode 100644 index 0000000..e2c6dc0 --- /dev/null +++ b/src/Application/views/tpl/d3_account_points_flow.tpl @@ -0,0 +1,86 @@ +

[{oxmultilang ident="D3_INC_ACCOUNT_HEADER_POINTS"}]

+ +[{*

[{oxmultilang ident="D3_INC_ACCOUNT_HEADER_POINTS_ACCOUNT"}]

*}] +[{block name="d3accountpoints_created_voucher_message"}] + [{assign var=oNewVoucher value=$oView->getCreatedVoucher()}] + [{if $oNewVoucher}] +
+
[{oxmultilang ident="D3_ACCOUNT_POINTS_NEWVOUCHERTEXT1"}] + [{$oNewVoucher->oxvouchers__oxvouchernr->value}] + [{oxmultilang ident="D3_ACCOUNT_POINTS_NEWVOUCHERTEXT2"}] [{$oNewVoucher->fVoucherdiscount}] + [{$currency->sign}] [{oxmultilang ident="D3_ACCOUNT_POINTS_NEWVOUCHERTEXT3"}] +
+ [{if !$oView->d3GetSelectedOption(3)}] + [{oxmultilang ident="D3_ACCOUNT_POINTS_NEWVOUCHERTEXT4"}] + [{/if}] +
+
+ [{/if}] +[{/block}] + +[{block name="d3accountpoints_created_voucher"}] +
+ +
+[{/block}] + +[{block name="d3accountpoints_list_with_points"}] +
+
+ [{oxmultilang ident="D3_ACCOUNT_POINTS_HEADER"}] +
+
+
    + [{assign var=oPointList value=$oView->d3GetAllPoints('flow')}] + [{foreach from=$oPointList item="oPoint"}] + [{include file=$oPoint->d3points__d3template->value oPoint=$oPoint RowStyle=$RowStyle}] + [{foreachelse}] + [{oxmultilang ident="D3_ACCOUNT_POINTS_NO_POINTS"}] + [{/foreach}] +
+
+
+[{/block}] +[{include file='d3points_mail_option_flow.tpl'}] \ No newline at end of file diff --git a/src/Application/views/tpl/d3_account_points_wave.tpl b/src/Application/views/tpl/d3_account_points_wave.tpl new file mode 100644 index 0000000..e44ab89 --- /dev/null +++ b/src/Application/views/tpl/d3_account_points_wave.tpl @@ -0,0 +1,86 @@ +

[{oxmultilang ident="D3_INC_ACCOUNT_HEADER_POINTS"}]

+ +[{*

[{oxmultilang ident="D3_INC_ACCOUNT_HEADER_POINTS_ACCOUNT"}]

*}] +[{block name="d3accountpoints_created_voucher_message"}] + [{assign var=oNewVoucher value=$oView->getCreatedVoucher()}] + [{if $oNewVoucher}] +
+
[{oxmultilang ident="D3_ACCOUNT_POINTS_NEWVOUCHERTEXT1"}] + [{$oNewVoucher->oxvouchers__oxvouchernr->value}] + [{oxmultilang ident="D3_ACCOUNT_POINTS_NEWVOUCHERTEXT2"}] [{$oNewVoucher->fVoucherdiscount}] + [{$currency->sign}] [{oxmultilang ident="D3_ACCOUNT_POINTS_NEWVOUCHERTEXT3"}] +
+ [{if !$oView->d3GetSelectedOption(3)}] + [{oxmultilang ident="D3_ACCOUNT_POINTS_NEWVOUCHERTEXT4"}] + [{/if}] +
+
+ [{/if}] +[{/block}] + +[{block name="d3accountpoints_created_voucher"}] +
+ +
+[{/block}] + +[{block name="d3accountpoints_list_with_points"}] +
+
+ [{oxmultilang ident="D3_ACCOUNT_POINTS_HEADER"}] +
+
+
    + [{assign var=oPointList value=$oView->d3GetAllPoints('wave')}] + [{foreach from=$oPointList item="oPoint"}] + [{include file=$oPoint->d3points__d3template->value oPoint=$oPoint RowStyle=$RowStyle}] + [{foreachelse}] + [{oxmultilang ident="D3_ACCOUNT_POINTS_NO_POINTS"}] + [{/foreach}] +
+
+
+[{/block}] +[{include file='d3points_mail_option_wave.tpl'}] \ No newline at end of file