Ajout des accusés de reception

This commit is contained in:
Pierre-Lin Bonnemaison 2015-09-22 20:12:59 +02:00
parent 469e2fce59
commit 479b2c2442
5 changed files with 27 additions and 2 deletions

View file

@ -42,6 +42,7 @@
<th>Numéro</th>
<th>Message</th>
<th>Date</th>
<th>Delivré</th>
</tr>
</thead>
<tbody>
@ -54,6 +55,7 @@
<td><?php secho($send['target']); ?></td>
<td><?php secho($send['content']); ?></td>
<td><?php secho($send['at']); ?></td>
<td><?php secho($send['delivered'] ? 'Oui' : 'Non'); ?></td>
</tr>
<?php
}