mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Made first field in record listings clickable to edit modal
This commit is contained in:
@@ -99,7 +99,7 @@ $total_pages = ceil($total_found_rows / 10);
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo "$location_name"; ?></td>
|
||||
<td><a class="text-dark" href="#" data-toggle="modal" data-target="#editLocationModal<?php echo $location_id; ?>"><?php echo $location_name; ?></a></td>
|
||||
<td><a href="//maps.<?php echo $session_map_source; ?>.com?q=<?php echo "$location_address $location_zip"; ?>" target="_blank"><?php echo $location_address; ?></a></td>
|
||||
<td><?php echo $location_phone; ?></td>
|
||||
<td><?php echo $location_hours; ?></td>
|
||||
|
||||
Reference in New Issue
Block a user