We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 8d728a44 authored by attilak's avatar attilak

fix table on the frontend

parent 8f77374d
...@@ -59,10 +59,8 @@ $_info = $this->getInfo(); ...@@ -59,10 +59,8 @@ $_info = $this->getInfo();
<?php endif; ?> <?php endif; ?>
<?php if (!empty($banktranferData['bankTransfer.iban'])) : ?> <?php if (!empty($banktranferData['bankTransfer.iban'])) : ?>
<tr> <dt><?php echo $block->escapeHtml(__('IBAN')); ?></dt>
<th><?php echo $block->escapeHtml(__('IBAN')); ?></th> <dd><?php echo $banktranferData['bankTransfer.iban'] ?></dd>
<td><?php echo $banktranferData['bankTransfer.iban'] ?></td>
</tr>
<?php endif; ?> <?php endif; ?>
<?php if (!empty($banktranferData['bankTransfer.accountCode'])) : ?> <?php if (!empty($banktranferData['bankTransfer.accountCode'])) : ?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment