mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
Update received
This commit is contained in:
parent
29cd7edd5d
commit
1dfebd1df7
7 changed files with 18 additions and 18 deletions
|
@ -188,7 +188,7 @@
|
|||
<tbody>
|
||||
<?php foreach ($receiveds as $received) { ?>
|
||||
<tr>
|
||||
<td><?php $this->s($received['send_by']); ?></td>
|
||||
<td><?php $this->s($received['origin']); ?></td>
|
||||
<td><?php $this->s($received['at']); ?></td>
|
||||
<td><?php echo ($received['is_command']) ? 'Oui' : 'Non'; ?></td>
|
||||
</tr>
|
||||
|
|
|
@ -54,10 +54,10 @@
|
|||
<?php foreach ($receiveds as $received) { ?>
|
||||
<tr>
|
||||
<td><?php $this->s($received['id']); ?></td>
|
||||
<td><?php $this->s($received['send_by']); ?></td>
|
||||
<td><?php $this->s($received['content']); ?></td>
|
||||
<td><?php $this->s($received['origin']); ?></td>
|
||||
<td><?php $this->s($received['text']); ?></td>
|
||||
<td><?php $this->s($received['at']); ?></td>
|
||||
<td><?php echo $received['is_command'] ? 'Oui' : 'Non'; ?></td>
|
||||
<td><?php echo $received['command'] ? 'Oui' : 'Non'; ?></td>
|
||||
<?php if ($_SESSION['user']['admin']) { ?><td><input name="ids[]" type="checkbox" value="<?php $this->s($received['id']); ?>"></td><?php } ?>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue