Skip to content
Snippets Groups Projects
Commit 7d820cb9 authored by clement's avatar clement
Browse files

edit button

parent 159d53e7
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
<?php foreach($listParams["keys"] as $key): ?>
<td><?php echo $line->{$key}(); ?></td>
<?php endforeach; ?>
<td> <button >Editer</button>
</tr>
<?php endforeach; ?>
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment