Added Confirmation to Close Ticket in Client Portal - Seperated cofirmation modal to a seperate JS file which is now included in the Client Portal
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
<p class="text-center"><?php echo nullable_htmlentities($session_company_name); ?></p>
|
||||
|
||||
<?php require_once "../inc_confirm_modal.php"; ?>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="../plugins/jquery/jquery.min.js"></script>
|
||||
|
||||
@@ -52,4 +54,6 @@
|
||||
plugins: 'link image lists table code codesample fullscreen autoresize',
|
||||
});
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<script src="../js/confirm_modal.js"></script>
|
||||
Reference in New Issue
Block a user