forked from extern/django-helpdesk
Update base templates for Bootstrap 4.2.1 via CDN
This commit is contained in:
parent
b2d3d6147e
commit
4b3939c4de
helpdesk/templates/helpdesk
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<!-- Bootstrap Core CSS -->
|
<!-- Bootstrap Core CSS -->
|
||||||
{% if helpdesk_settings.HELPDESK_USE_CDN %}
|
{% if helpdesk_settings.HELPDESK_USE_CDN %}
|
||||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
|
||||||
{% else %}
|
{% else %}
|
||||||
<link href="{% static 'helpdesk/vendor/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'helpdesk/vendor/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -27,6 +27,9 @@
|
|||||||
<!-- Font Awesome -->
|
<!-- Font Awesome -->
|
||||||
<link href="{% static 'helpdesk/vendor/fontawesome-free/css/all.min.css' %}" rel="stylesheet" type="text/css">
|
<link href="{% static 'helpdesk/vendor/fontawesome-free/css/all.min.css' %}" rel="stylesheet" type="text/css">
|
||||||
|
|
||||||
|
<!-- DataTables CSS-->
|
||||||
|
<link href="{% static 'helpdesk/vendor/datatables/css/dataTables.bootstrap4.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
<!-- MetisMenu CSS -->
|
<!-- MetisMenu CSS -->
|
||||||
<link href="{% static 'helpdesk/vendor/metisMenu/metisMenu.min.css' %}" rel="stylesheet">
|
<link href="{% static 'helpdesk/vendor/metisMenu/metisMenu.min.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
@ -37,9 +40,6 @@
|
|||||||
<link href="{% static 'helpdesk/vendor/morrisjs/morris.css' %}" rel="stylesheet">
|
<link href="{% static 'helpdesk/vendor/morrisjs/morris.css' %}" rel="stylesheet">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- DataTables CSS-->
|
|
||||||
<link href="{% static 'helpdesk/vendor/datatables/dataTables.bootstrap4.css' %}" rel="stylesheet">
|
|
||||||
|
|
||||||
<!-- Custom CSS -->
|
<!-- Custom CSS -->
|
||||||
<link href="{% static 'helpdesk/css/sb-admin.css' %}" rel="stylesheet">
|
<link href="{% static 'helpdesk/css/sb-admin.css' %}" rel="stylesheet">
|
||||||
<link rel='stylesheet' href='{% static "helpdesk/helpdesk-extend.css" %}' type='text/css' media="screen" >
|
<link rel='stylesheet' href='{% static "helpdesk/helpdesk-extend.css" %}' type='text/css' media="screen" >
|
||||||
@ -110,7 +110,7 @@
|
|||||||
<!-- jQuery and Bootstrap Core -->
|
<!-- jQuery and Bootstrap Core -->
|
||||||
{% if helpdesk_settings.HELPDESK_USE_CDN %}
|
{% if helpdesk_settings.HELPDESK_USE_CDN %}
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
|
||||||
{% else %}
|
{% else %}
|
||||||
<script src="{% static 'helpdesk/vendor/jquery/jquery.min.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/jquery/jquery.min.js' %}"></script>
|
||||||
<script src="{% static 'helpdesk/vendor/bootstrap/js/bootstrap.bundle.min.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/bootstrap/js/bootstrap.bundle.min.js' %}"></script>
|
||||||
@ -121,8 +121,8 @@
|
|||||||
|
|
||||||
<!-- Page level plugin JavaScript-->
|
<!-- Page level plugin JavaScript-->
|
||||||
<script src="{% static 'helpdesk/vendor/chart.js/Chart.min.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/chart.js/Chart.min.js' %}"></script>
|
||||||
<script src="{% static 'helpdesk/vendor/datatables/jquery.dataTables.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/datatables/js/jquery.dataTables.js' %}"></script>
|
||||||
<script src="{% static 'helpdesk/vendor/datatables/dataTables.bootstrap4.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/datatables/js/dataTables.bootstrap4.js' %}"></script>
|
||||||
|
|
||||||
<!-- jQuery UI DatePicker -->
|
<!-- jQuery UI DatePicker -->
|
||||||
<script src='{% static "helpdesk/vendor/jquery-ui/jquery-ui.min.js" %}' type='text/javascript' language='javascript'></script>
|
<script src='{% static "helpdesk/vendor/jquery-ui/jquery-ui.min.js" %}' type='text/javascript' language='javascript'></script>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<!-- Bootstrap Core CSS -->
|
<!-- Bootstrap Core CSS -->
|
||||||
{% if helpdesk_settings.HELPDESK_USE_CDN %}
|
{% if helpdesk_settings.HELPDESK_USE_CDN %}
|
||||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
|
||||||
{% else %}
|
{% else %}
|
||||||
<link href="{% static 'helpdesk/vendor/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'helpdesk/vendor/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -25,6 +25,9 @@
|
|||||||
<!-- Font Awesome -->
|
<!-- Font Awesome -->
|
||||||
<link href="{% static 'helpdesk/vendor/fontawesome-free/css/all.min.css' %}" rel="stylesheet" type="text/css">
|
<link href="{% static 'helpdesk/vendor/fontawesome-free/css/all.min.css' %}" rel="stylesheet" type="text/css">
|
||||||
|
|
||||||
|
<!-- DataTables CSS-->
|
||||||
|
<link href="{% static 'helpdesk/vendor/datatables/css/dataTables.bootstrap4.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
<!-- MetisMenu CSS -->
|
<!-- MetisMenu CSS -->
|
||||||
<link href="{% static 'helpdesk/vendor/metisMenu/metisMenu.min.css' %}" rel="stylesheet">
|
<link href="{% static 'helpdesk/vendor/metisMenu/metisMenu.min.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
@ -76,7 +79,7 @@
|
|||||||
<!-- jQuery and Bootstrap Core -->
|
<!-- jQuery and Bootstrap Core -->
|
||||||
{% if helpdesk_settings.HELPDESK_USE_CDN %}
|
{% if helpdesk_settings.HELPDESK_USE_CDN %}
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
|
||||||
{% else %}
|
{% else %}
|
||||||
<script src="{% static 'helpdesk/vendor/jquery/jquery.min.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/jquery/jquery.min.js' %}"></script>
|
||||||
<script src="{% static 'helpdesk/vendor/bootstrap/js/bootstrap.bundle.min.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/bootstrap/js/bootstrap.bundle.min.js' %}"></script>
|
||||||
@ -87,8 +90,8 @@
|
|||||||
|
|
||||||
<!-- Page level plugin JavaScript-->
|
<!-- Page level plugin JavaScript-->
|
||||||
<script src="{% static 'helpdesk/vendor/chart.js/Chart.min.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/chart.js/Chart.min.js' %}"></script>
|
||||||
<script src="{% static 'helpdesk/vendor/datatables/jquery.dataTables.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/datatables/js/jquery.dataTables.js' %}"></script>
|
||||||
<script src="{% static 'helpdesk/vendor/datatables/dataTables.bootstrap4.js' %}"></script>
|
<script src="{% static 'helpdesk/vendor/datatables/js/dataTables.bootstrap4.js' %}"></script>
|
||||||
|
|
||||||
<!-- jQuery UI DatePicker -->
|
<!-- jQuery UI DatePicker -->
|
||||||
<script src='{% static "helpdesk/vendor/jquery-ui/jquery-ui.min.js" %}' type='text/javascript' language='javascript'></script>
|
<script src='{% static "helpdesk/vendor/jquery-ui/jquery-ui.min.js" %}' type='text/javascript' language='javascript'></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user