mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
added input masks
This commit is contained in:
10
trips.php
10
trips.php
@@ -54,8 +54,14 @@
|
||||
<a class="dropdown-item" href="post.php?delete_trip=<?php echo $trip_id; ?>">Delete</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php include("edit_trip_modal.php"); ?>
|
||||
<?php include("add_trip_copy_modal.php"); ?>
|
||||
|
||||
<?php
|
||||
|
||||
include("add_trip_copy_modal.php");
|
||||
include("edit_trip_modal.php");
|
||||
|
||||
?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user