Made first field in record listings clickable to edit modal

This commit is contained in:
johnny@pittpc.com
2019-07-30 15:14:51 -04:00
parent 56f839809a
commit dfebcaedfe
16 changed files with 45 additions and 37 deletions

View File

@@ -93,7 +93,7 @@
?>
<tr>
<td><?php echo $trip_date; ?></td>
<td><a class="text-dark" href="#" data-toggle="modal" data-target="#editTripModal<?php echo $trip_id; ?>"><?php echo $trip_date; ?></a></td>
<td><?php echo $trip_purpose; ?></td>
<td><?php echo $trip_starting_location; ?></td>
<td><?php echo $trip_destination; ?></td>