Foutherstel
This commit is contained in:
parent
819c91e319
commit
ad991dc7f5
@ -4,15 +4,15 @@
|
||||
<tr>
|
||||
<th>IBAN</th>
|
||||
<th>Saldo</th>
|
||||
<th>TIJDELIJK</th>
|
||||
<!-- <th>TIJDELIJK</th> -->
|
||||
</tr>
|
||||
<?php
|
||||
foreach ($rekeningen as $rekening) {
|
||||
?>
|
||||
<tr onclick="document.location.href = 'rekeningen/<?php echo $rekening['nr'] ?>'">
|
||||
<td><?php echo $rekening['iban']; ?></td>
|
||||
<td><?php echo $rekening['saldo']; ?></td>
|
||||
<td><?php echo "€" . $rekening['nr']; ?></td>
|
||||
<td><?php echo "€" . $rekening['saldo']; ?></td>
|
||||
<!-- <td><?php echo $rekening['nr']; ?></td> -->
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
|
Reference in New Issue
Block a user