added error message in text box
This commit is contained in:
parent
c6c88456cf
commit
6abe519a44
|
@ -1,3 +1,7 @@
|
||||||
<script src="/assets/js/functions.js"></script>
|
<script src="/assets/js/functions.js"></script>
|
||||||
|
<?php if ($message): ?>
|
||||||
|
<script>setError('<?= $message ?>')</script>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue