Line 36... |
Line 36... |
36 |
<div style="display: flex; justify-content: center; flex-direction: column; gap: 20px;">
|
36 |
<div style="display: flex; justify-content: center; flex-direction: column; gap: 20px;">
|
37 |
<?php foreach ($img as $i) { ?>
|
37 |
<?php foreach ($img as $i) { ?>
|
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 |
<?php if (isset($i['filepath'])) { ?><a title="Downloadlink für die QR-Rechnung" style="box-shadow:none; font-size:smaller; font-style:italic; text-decoration:underline;" target="_blank" href="<?php echo $this->callMod('wpsg_mod_prepayment', 'getFrontendLink', [$i['order_id']]); ?>">Download</a><?php } ?>
|
41 |
<br />
|
42 |
<br />
|
42 |
<?php echo '<img style="width: 240px; height:240px;" src="data:image/png;base64,'.$i['hash'].'" />'; ?>
|
43 |
<?php echo '<img style="width: 240px; height:240px;" src="data:image/png;base64,'.$i['hash'].'" />'; ?>
|
43 |
<br />
|
44 |
<br />
|
44 |
<div style="display: flex; gap: 25%;">
|
45 |
<div style="display: flex; gap: 25%;">
|
45 |
<div style="display: flex; flex-direction: column;">
|
46 |
<div style="display: flex; flex-direction: column;">
|
Line 137... |
Line 138... |
137 |
?>
|
138 |
?>
|
138 |
|
139 |
|
139 |
<div class="wpsg_mod_prepayment_qrrechnung" style="display: flex; gap: 20px; border: 1px solid #000; padding: 20px;">
|
140 |
<div class="wpsg_mod_prepayment_qrrechnung" style="display: flex; gap: 20px; border: 1px solid #000; padding: 20px;">
|
140 |
<div class="wpsg_mod_prepayment_qrrechnung_left" style="display: flex; flex-direction: column;">
|
141 |
<div class="wpsg_mod_prepayment_qrrechnung_left" style="display: flex; flex-direction: column;">
|
141 |
<h4 style="margin: 0;"><?php echo wpsg_translate(__($img['title'], $wpsg)); ?></h4>
|
142 |
<h4 style="margin: 0;"><?php echo wpsg_translate(__($img['title'], $wpsg)); ?></h4>
|
- |
|
143 |
<?php if (isset($i['filepath'])) { ?><a title="Downloadlink für die QR-Rechnung" style="box-shadow:none; font-size:smaller; font-style:italic; text-decoration:underline;" target="_blank" href="<?php echo $this->callMod('wpsg_mod_prepayment', 'getFrontendLink', [$i['order_id']]); ?>">Download</a><?php } ?>
|
142 |
<br />
|
144 |
<br />
|
143 |
<?php echo '<img style="width: 240px; height:240px;" src="data:image/png;base64,'.$img['hash'].'" />'; ?>
|
145 |
<?php echo '<img style="width: 240px; height:240px;" src="data:image/png;base64,'.$img['hash'].'" />'; ?>
|
144 |
<br>
|
146 |
<br>
|
145 |
<div style="display: flex; gap: 25%;">
|
147 |
<div style="display: flex; gap: 25%;">
|
146 |
<div style="display: flex; flex-direction: column;">
|
148 |
<div style="display: flex; flex-direction: column;">
|