Admin panel fixes (#62)

* Admin Panel

* fixes

-Code Clean Up
-Remove dist folder and merged into tools.
This commit is contained in:
Lee
2018-11-24 14:42:20 +00:00
committed by slawkens
parent 6dab50cbd8
commit d1e6061541
54 changed files with 604 additions and 690 deletions

View File

@@ -45,8 +45,8 @@ $skills = array(
);
?>
<link rel="stylesheet" type="text/css" href="<?php echo BASE_URL; ?>tools/jquery.datetimepicker.css"/ >
<script src="<?php echo BASE_URL; ?>tools/jquery.datetimepicker.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo BASE_URL; ?>tools/css/jquery.datetimepicker.css"/ >
<script src="<?php echo BASE_URL; ?>tools/js/jquery.datetimepicker.js"></script>
<?php
$id = 0;