Bunch of little fixes to to UI empty vars php errors removed a buch of tags etc. Converted client trip modals with global trip modals

This commit is contained in:
johnny@pittpc.com
2021-02-03 22:42:03 -05:00
parent 11f9f82f6d
commit f9899d89ea
41 changed files with 1025 additions and 1036 deletions

View File

@@ -135,8 +135,8 @@ $total_pages = ceil($total_found_rows / 10);
<?php
include("client_add_trip_copy_modal.php");
include("client_edit_trip_modal.php");
include("add_trip_copy_modal.php");
include("edit_trip_modal.php");
?>
@@ -158,4 +158,4 @@ $total_pages = ceil($total_found_rows / 10);
</div>
</div>
<?php include("client_add_trip_modal.php"); ?>
<?php include("add_trip_modal.php"); ?>