mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
remove id in listing
This commit is contained in:
parent
413c058ffc
commit
62c7f69395
14 changed files with 1 additions and 27 deletions
|
@ -42,7 +42,6 @@
|
|||
<table class="table table-bordered table-hover table-striped" id="table-groupes">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>Nom</th>
|
||||
<th>Nombre de contacts</th>
|
||||
<th style="width:5%;">Sélectionner</th>
|
||||
|
@ -51,7 +50,6 @@
|
|||
<tbody>
|
||||
<?php foreach ($groups as $group) { ?>
|
||||
<tr>
|
||||
<td><?php $this->s($group['id']); ?></td>
|
||||
<td><?php $this->s($group['name']); ?></td>
|
||||
<td><?php $this->s($group['nb_contacts']); ?></td>
|
||||
<td><input type="checkbox" name="ids[]" value="<?php $this->s($group['id']); ?>"></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue