eastside/application/views/forms/fail.php
Linus Miller cd141ef6fa Initial commit.
Former-commit-id: d2e17d67fe98124db4e87b10597af9d54d14d0de
2013-12-07 17:43:26 +01:00

11 lines
381 B
PHP

<div class="frm-return fail">
<?php if(isset($legend)): ?>
<span class="legend"><?= isset($legend) ? $legend : '' ?></span>
<?php endif; ?>
<div class="message"><?= $message ?></div>
<?php if(isset($button)): ?>
<a href="#" class="button small <?= $button['class'] ?>"><?= $button['text'] ?>
<?php endif; ?>
<a href="#" class="submit button retry">Retry</a>
</div>