add new matching page
This commit is contained in:
parent
e5e47d5741
commit
6dd8041fe4
3 changed files with 120 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-outline-secondary"><i class="fas fa-fw fa-check-circle"></i></button>
|
||||
<a href="/match/<?php echo $item["id"]; ?>/" class="btn btn-outline-success" title="match"><i class="fas fa-fw fa-check-circle"></i></a>
|
||||
<!--<a href="/found_item_edit/<?php echo $item["id"]; ?>/" type="button" class="btn btn-outline-secondary"><i class="fas fa-fw fa-edit"></i></a>-->
|
||||
<button type="button" class="btn btn-outline-secondary" data-toggle="modal" data-target="#exampleModal"
|
||||
onclick='fill_edit_form(<?php echo json_encode($item); ?>);' title="edit">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue