16 lines
No EOL
297 B
PHP
16 lines
No EOL
297 B
PHP
<div class="modal-content">
|
|
<div class="form">
|
|
<div class="text">
|
|
<strong><?php echo html($error, false) ?></strong><br>
|
|
<a href="">Try again</a> or contact your administrator.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
|
|
$(function() {
|
|
$('.modal-content').center(48);
|
|
});
|
|
|
|
</script>
|