mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Made first field in record listings clickable to edit modal
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user