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

c

parent 73bfd458
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
<?php foreach($line->getFields() as $field): ?>
<td><?php echo $field->show(); ?></td>
<?php endforeach; ?>
<td><a href="<?php echo $base_url.$page.'/detail'.$list->class.'?'.$line->_primaryAttr.'='.$line->{$line->_primaryAttr}() ?>" type="button" class="btn btn-warning">Editer</a></td>
<td><a href="<?php echo $base_url.$page.'/detail'.$list->class.'?'.$line->_primaryAttr.'='.$line->{$line->_primaryAttr}() ?>" type="button" class="btn btn-warning">Detail</a></td>
</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