mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 03:44:53 +00:00
Moved all modals into /modals and updated all require links
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
|
||||
<?php
|
||||
|
||||
include "admin_document_template_edit_modal.php";
|
||||
require "modals/admin_document_template_edit_modal.php";
|
||||
|
||||
}
|
||||
|
||||
@@ -129,12 +129,12 @@
|
||||
</table>
|
||||
<br>
|
||||
</div>
|
||||
<?php include "pagination.php"; ?>
|
||||
<?php require_once "includes/filter_footer.php"; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include "admin_document_template_add_modal.php"; ?>
|
||||
<?php include "footer.php"; ?>
|
||||
<?php require_once "modals/admin_document_template_add_modal.php"; ?>
|
||||
<?php require_once "includes/footer.php"; ?>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
|
||||
Reference in New Issue
Block a user