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:
@@ -95,7 +95,7 @@ $total_pages = ceil($total_found_rows / 10);
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $login_description_td; ?></td>
|
||||
<td><a class="text-dark" href="#" data-toggle="modal" data-target="#editLoginModal<?php echo $login_id; ?>"><?php echo $login_description_td; ?></a></td>
|
||||
<td><?php echo $login_username; ?></td>
|
||||
<td><?php echo $login_password; ?></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user