mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 22:56:27 +02:00
format all numbers
This commit is contained in:
parent
cadb63cbe8
commit
53fe0b11f3
8 changed files with 12 additions and 12 deletions
|
@ -51,7 +51,7 @@
|
|||
<?php foreach ($smsstops as $smsstop) { ?>
|
||||
<tr>
|
||||
<td><?php $this->s($smsstop['id']); ?></td>
|
||||
<td><?php $this->s($smsstop['number']); ?></td>
|
||||
<td><?php $this->s(\controllers\internals\Tool::phone_format($smsstop['number'])); ?></td>
|
||||
<?php if ($_SESSION['user']['admin']) { ?>
|
||||
<td><input name="ids[]" type="checkbox" value="<?php $this->s($smsstop['id']); ?>"></td>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue