Line 38... |
Line 38... |
38 |
<div class="wpsg_mod_prepayment_info" style="display: flex; gap: 20px; border: 1px solid #000; padding: 20px;">
|
38 |
<div class="wpsg_mod_prepayment_info" style="display: flex; gap: 20px; border: 1px solid #000; padding: 20px;">
|
39 |
<div class="wpsg_mod_prepayment_info_left" style="display: flex; flex-direction: column;">
|
39 |
<div class="wpsg_mod_prepayment_info_left" style="display: flex; flex-direction: column;">
|
40 |
<h4 style="margin: 0;"><?php echo wpsg_translate(__($i['title'], $wpsg)); ?></h4>
|
40 |
<h4 style="margin: 0;"><?php echo wpsg_translate(__($i['title'], $wpsg)); ?></h4>
|
41 |
<br />
|
41 |
<br />
|
42 |
<?php echo '<img style="width: 240px; height:240px;" src="data:image/png;base64,'.$i['hash'].'" />'; ?>
|
42 |
<?php echo '<img style="width: 240px; height:240px;" src="data:image/png;base64,'.$i['hash'].'" />'; ?>
|
43 |
<br>
|
43 |
<br />
|
44 |
<div style="display: flex; gap: 25%;">
|
44 |
<div style="display: flex; gap: 25%;">
|
45 |
<div style="display: flex; flex-direction: column;">
|
45 |
<div style="display: flex; flex-direction: column;">
|
46 |
<h4 style="margin: 0;"><?php echo wpsg_translate(__('Währung', $wpsg)); ?></h4>
|
46 |
<h4 style="margin: 0;"><?php echo wpsg_translate(__('Währung', $wpsg)); ?></h4>
|
47 |
<?php echo $this->get_option('wpsg_currency'); ?>
|
47 |
<?php echo $this->get_option('wpsg_currency'); ?>
|
48 |
</div>
|
48 |
</div>
|