Update disucssion and numebrs to direct linking

This commit is contained in:
osaajani 2019-11-29 05:29:03 +01:00
parent 53fe0b11f3
commit 9dd53cec7d
11 changed files with 32 additions and 13 deletions

View file

@ -51,7 +51,7 @@
<?php foreach ($smsstops as $smsstop) { ?>
<tr>
<td><?php $this->s($smsstop['id']); ?></td>
<td><?php $this->s(\controllers\internals\Tool::phone_format($smsstop['number'])); ?></td>
<td><?php echo(\controllers\internals\Tool::phone_link($smsstop['number'])); ?></td>
<?php if ($_SESSION['user']['admin']) { ?>
<td><input name="ids[]" type="checkbox" value="<?php $this->s($smsstop['id']); ?>"></td>
<?php } ?>