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