mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 17:06:28 +02:00
Update disucssion and numebrs to direct linking
This commit is contained in:
parent
53fe0b11f3
commit
9dd53cec7d
11 changed files with 32 additions and 13 deletions
|
@ -55,8 +55,8 @@
|
|||
<?php foreach ($receiveds as $received) { ?>
|
||||
<tr>
|
||||
<td><?php $this->s($received['id']); ?></td>
|
||||
<td><?php $this->s(\controllers\internals\Tool::phone_format($received['origin'])); ?></td>
|
||||
<td><?php $this->s(\controllers\internals\Tool::phone_format($received['destination'])); ?></td>
|
||||
<td><?php echo(\controllers\internals\Tool::phone_link($received['origin'])); ?></td>
|
||||
<td><?php echo(\controllers\internals\Tool::phone_link($received['destination'])); ?></td>
|
||||
<td><?php $this->s($received['text']); ?></td>
|
||||
<td><?php $this->s($received['at']); ?></td>
|
||||
<td><?php echo $received['command'] ? 'Oui' : 'Non'; ?></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue