1
0

Testrapport #5 fix

This commit is contained in:
2017-04-03 18:17:26 +02:00
parent 16035fee7a
commit a62fdd9491
2 changed files with 33 additions and 10 deletions

View File

@ -1,4 +1,15 @@
<?php include '__header.phtml'; ?>
<?php
if (!$statistieken) {
?>
<div class="alert alert-danger" role="alert"><b>Fout!</b> Dit is niet een aan jouw account gekoppelde rekening.</div>
<?php
} else {
?>
<a class="btn btn-default pull-left" href="rekeningen/<?= $rekeningnr?>" role="button">Terug</a>
<canvas id="myChart" height="100"></canvas>
<script>
@ -32,5 +43,8 @@
}]
}
});
<?php
} ?>
</script>
<?php include '__footer.phtml'; ?>