mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
Retrait du '...' inutile sur les sms programmés
This commit is contained in:
parent
e0b3806831
commit
0cbdb5cba4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
<tr>
|
||||
<td><?php secho($scheduled['id']); ?></td>
|
||||
<td><?php secho($scheduled['at']); ?></td>
|
||||
<td><?php secho($scheduled['content']); ?>...</td>
|
||||
<td><?php secho($scheduled['content']); ?></td>
|
||||
<td><input type="checkbox" value="<?php secho($scheduled['id']); ?>"></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue