From 92b3b8592d3fa3e1a13b2321ce6db02c7f231feb Mon Sep 17 00:00:00 2001 From: Gitdyr Date: Thu, 17 Jan 2019 06:38:35 +0100 Subject: [PATCH] Use PNG format for all logos. Use getMediaLink() for logos. --- views/templates/hook/footerquickpay.tpl | 36 +++++------ views/templates/hook/leftquickpay.tpl | 24 ++++---- views/templates/hook/quickpay.tpl | 82 ++++++++++++------------- views/templates/hook/quickpay17.tpl | 64 +++++++++---------- 4 files changed, 102 insertions(+), 104 deletions(-) diff --git a/views/templates/hook/footerquickpay.tpl b/views/templates/hook/footerquickpay.tpl index 1454d4e..e1e90e5 100644 --- a/views/templates/hook/footerquickpay.tpl +++ b/views/templates/hook/footerquickpay.tpl @@ -1,19 +1,17 @@ -{* -* NOTICE OF LICENSE -* $Date: 2015/04/22 19:18:18 $ -* Written by Kjeld Borch Egevang -* E-mail: helpdesk@quickpay.net -*} - - +{* +* NOTICE OF LICENSE +* $Date: 2018/09/15 06:03:59 $ +* Written by Kjeld Borch Egevang +* E-mail: helpdesk@quickpay.net +*} + + diff --git a/views/templates/hook/leftquickpay.tpl b/views/templates/hook/leftquickpay.tpl index 51085df..dbf4d91 100644 --- a/views/templates/hook/leftquickpay.tpl +++ b/views/templates/hook/leftquickpay.tpl @@ -1,12 +1,12 @@ -{* -* NOTICE OF LICENSE -* $Date: 2015/04/22 19:18:18 $ -* Written by Kjeld Borch Egevang -* E-mail: helpdesk@quickpay.net -*} - -
-{foreach from=$ordering_list item=var_name} - {l s='Pay with credit cards ' mod='quickpay'} -{/foreach} -

+{* +* NOTICE OF LICENSE +* $Date: 2018/09/15 05:10:42 $ +* Written by Kjeld Borch Egevang +* E-mail: helpdesk@quickpay.net +*} + +
+{foreach from=$ordering_list item=var_name} + {l s='Pay with credit cards ' mod='quickpay'} +{/foreach} +

diff --git a/views/templates/hook/quickpay.tpl b/views/templates/hook/quickpay.tpl index 6b1a701..dd7be2f 100644 --- a/views/templates/hook/quickpay.tpl +++ b/views/templates/hook/quickpay.tpl @@ -1,41 +1,41 @@ -{* -* NOTICE OF LICENSE -* $Date: 2015/08/12 19:40:24 $ -* Written by Kjeld Borch Egevang -* E-mail: helpdesk@quickpay.net -*} - -
-{foreach from=$fields item=field} - -{/foreach} -
-

- -{foreach from=$imgs item=img} -{if $imgs|@count gt 2} - {l s='Pay with credit cards ' mod='quickpay'} -{else} - {l s='Pay with credit cards ' mod='quickpay'} -{/if} -{/foreach} -   - {$text|escape:'htmlall':'UTF-8'} -{if $fees|@count gt 0} - -{foreach from=$fees item=fee} - - - - {$fee.name|escape:'htmlall':'UTF-8'} - - - - {$fee.amount|escape:'htmlall':'UTF-8'} - - -{/foreach} - -{/if} - -

+{* +* NOTICE OF LICENSE +* $Date: 2018/09/15 05:10:42 $ +* Written by Kjeld Borch Egevang +* E-mail: helpdesk@quickpay.net +*} + +
+{foreach from=$fields item=field} + +{/foreach} +
+{if $imgs|@count gt 2} +

+{else} +

+{/if} + +{foreach from=$imgs item=img} + {l s='Pay with credit cards ' mod='quickpay'} +{/foreach} +   + {$text|escape:'htmlall':'UTF-8'} +{if $fees|@count gt 0} + +{foreach from=$fees item=fee} + + + + {$fee.name|escape:'htmlall':'UTF-8'} + + + + {$fee.amount|escape:'htmlall':'UTF-8'} + + +{/foreach} + +{/if} + +

diff --git a/views/templates/hook/quickpay17.tpl b/views/templates/hook/quickpay17.tpl index 00cf1df..f19c0d4 100644 --- a/views/templates/hook/quickpay17.tpl +++ b/views/templates/hook/quickpay17.tpl @@ -1,32 +1,32 @@ -{* -* NOTICE OF LICENSE -* $Date: 2016/11/11 04:32:14 $ -* Written by Kjeld Borch Egevang -* E-mail: helpdesk@quickpay.net -*} - -

-{foreach from=$imgs item=img} -{if $imgs|@count gt 2} - {l s='Pay with credit cards ' mod='quickpay'} -{else} - {l s='Pay with credit cards ' mod='quickpay'} -{/if} -{/foreach} -{if $fees|@count gt 0} - -{foreach from=$fees item=fee} - - - - {$fee.name|escape:'htmlall':'UTF-8'} - - - - {$fee.amount|escape:'htmlall':'UTF-8'} - - -{/foreach} - -{/if} -

+{* +* NOTICE OF LICENSE +* $Date: 2018/09/15 05:10:42 $ +* Written by Kjeld Borch Egevang +* E-mail: helpdesk@quickpay.net +*} + +{if $imgs|@count gt 2} +

+{else} +

+{/if} +{foreach from=$imgs item=img} + {l s='Pay with credit cards ' mod='quickpay'} +{/foreach} +{if $fees|@count gt 0} + +{foreach from=$fees item=fee} + + + + {$fee.name|escape:'htmlall':'UTF-8'} + + + + {$fee.amount|escape:'htmlall':'UTF-8'} + + +{/foreach} + +{/if} +