mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
format all numbers
This commit is contained in:
parent
cadb63cbe8
commit
53fe0b11f3
8 changed files with 12 additions and 12 deletions
|
@ -57,8 +57,8 @@
|
|||
<?php foreach ($sendeds as $sended) { ?>
|
||||
<tr>
|
||||
<td><?php $this->s($sended['id']); ?></td>
|
||||
<td><?php $this->s($sended['origin']); ?></td>
|
||||
<td><?php $this->s($sended['destination']); ?></td>
|
||||
<td><?php $this->s(\controllers\internals\Tool::phone_format($sended['origin'])); ?></td>
|
||||
<td><?php $this->s(\controllers\internals\Tool::phone_format($sended['destination'])); ?></td>
|
||||
<td><?php $this->s($sended['text']); ?></td>
|
||||
<td><?php $this->s($sended['at']); ?></td>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue