Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit 9d6eecd

Browse files
authored
Merge pull request #11 from paynl/feature/PLUG-1058
feature/PLUG-1058
2 parents de51911 + 8b3feeb commit 9d6eecd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

admin/language/dutch/payment/paynl3.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
$_['button_cancel'] = 'Annuleren';
66

77
$version = '3.4.8';
8-
$css = 'position: relative;top: -19px;display: inline;left: 10px;';
9-
$url = '<a href="https://www.pay.nl" target="_blank"><img src="https://static.pay.nl/generic/images/50x50/logo.png" alt="PAY." title="PAY."/></a>' .
8+
$css = 'position: relative;top: -7px;display: inline;left: 10px;';
9+
$url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 25px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a>' .
1010
'<div style="' . $css . '">Version: ' . $version . '</div>';
1111

1212

admin/language/english/payment/paynl3.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
$_['button_cancel'] = 'Cancel';
66

77
$version = '3.4.8';
8-
$css = 'position: relative;top: -19px;display: inline;left: 10px;';
9-
$url = '<a href="https://www.pay.nl" target="_blank"><img src="https://static.pay.nl/generic/images/50x50/logo.png" alt="PAY." title="PAY."/></a>' .
8+
$css = 'position: relative;top: -7px;display: inline;left: 10px;';
9+
$url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 25px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a>' .
1010
'<div style="' . $css . '">Version: ' . $version . '</div>';
1111

1212

49 KB
Loading

0 commit comments

Comments
 (0)