Skip to content
Snippets Groups Projects
Commit 6f179e8c authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents 46f81a64 b2164b9b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<?php foreach($listParams["keys"] as $key): ?>
<td><?php echo $line->{$key}(); ?></td>
<?php endforeach; ?>
<td> <a type="button" class="btn btn-primary" href="<?php echo $base_url.$editLink.'?'.$listParams['keys'][0].'='.$listArray[$listParams['keys'][0]] ?>">Editer</a>
<td> <a type="button" class="btn btn-primary" href="<?php echo $base_url.$editLink.'?'.$listParams['keys'][0].'='.$listArray['$listParams['keys'][0]'] ?>">Editer</a>
</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