mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Lots of updates, modal design updates, added notes to many tables, added contact relation to location, moved next_date as primary sorted in recurring, updated database tables, few fixes for transfers and other small bug fixes
This commit is contained in:
@@ -95,6 +95,7 @@ $total_pages = ceil($total_found_rows / 10);
|
||||
?>
|
||||
<tr>
|
||||
<td>
|
||||
<i class="fa fa-fw fa-key text-secondary"></i>
|
||||
<a class="text-dark" href="#" data-toggle="modal" data-target="#editLoginModal<?php echo $login_id; ?>"><?php echo $login_name; ?></a>
|
||||
<br>
|
||||
<small class="text-secondary"><?php echo $login_uri; ?></small>
|
||||
|
||||
Reference in New Issue
Block a user