mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-05 15:56:27 +02:00
Use id_phone instead of number in scheduled, use ftok to generate queue id, improve adapter interface, add popup error
This commit is contained in:
parent
66fa2ef434
commit
6f8c7d62b9
25 changed files with 195 additions and 180 deletions
6
templates/incs/alert.php
Normal file
6
templates/incs/alert.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="popup-alert alert alert-<?php $this->s($type); ?> alert-dismissible show" role="alert">
|
||||
<?php $this->s($text); ?>
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue