From f2c27e91b1b9aab9d60bdc766b1a087b78911dbe Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Thu, 3 Dec 2020 13:03:32 +0100
Subject: [PATCH] unused templates removed

---
 .../templates/includes/tablesorter.css.html   |  6 -----
 .../templates/includes/tablesorter.js.html    |  4 ---
 .../templates/includes/tablesorter.tfoot.html | 26 -------------------
 3 files changed, 36 deletions(-)
 delete mode 100644 smash/web/templates/includes/tablesorter.css.html
 delete mode 100644 smash/web/templates/includes/tablesorter.js.html
 delete mode 100644 smash/web/templates/includes/tablesorter.tfoot.html

diff --git a/smash/web/templates/includes/tablesorter.css.html b/smash/web/templates/includes/tablesorter.css.html
deleted file mode 100644
index 77a5d131..00000000
--- a/smash/web/templates/includes/tablesorter.css.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% load static %}
-
-<!-- Tablesorter -->
-<link rel="stylesheet" href="{% static 'AdminLTE/plugins/tablesorter/css/theme.bootstrap_3.min.css' %}">
-<link rel="stylesheet" href="{% static 'AdminLTE/plugins/tablesorter/css/jquery.tablesorter.pager.min.css' %}">
-<link rel="stylesheet" href="{% static 'AdminLTE/plugins/tablesorter/css/filter.formatter.min.css' %}">
\ No newline at end of file
diff --git a/smash/web/templates/includes/tablesorter.js.html b/smash/web/templates/includes/tablesorter.js.html
deleted file mode 100644
index 7ad3edf8..00000000
--- a/smash/web/templates/includes/tablesorter.js.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{% load static %}
-<script src="{% static 'AdminLTE/plugins/tablesorter/js/jquery.tablesorter.min.js' %}"></script>
-<script src="{% static 'AdminLTE/plugins/tablesorter/js/jquery.tablesorter.widgets.min.js' %}"></script>
-<script src="{% static 'AdminLTE/plugins/tablesorter/js/jquery.tablesorter.pager.js' %}"></script>
\ No newline at end of file
diff --git a/smash/web/templates/includes/tablesorter.tfoot.html b/smash/web/templates/includes/tablesorter.tfoot.html
deleted file mode 100644
index 3864f5c4..00000000
--- a/smash/web/templates/includes/tablesorter.tfoot.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<tfoot>
-<tr>
-    <th colspan="8" class="ts-pager form-inline">
-        <div class="btn-group btn-group-sm" role="group">
-            <button type="button" class="btn btn-default first"><span class="glyphicon glyphicon-step-backward"></span>
-            </button>
-            <button type="button" class="btn btn-default prev"><span class="glyphicon glyphicon-backward"></span>
-            </button>
-        </div>
-        <span class="pagedisplay"></span>
-        <div class="btn-group btn-group-sm" role="group">
-            <button type="button" class="btn btn-default next"><span class="glyphicon glyphicon-forward"></span>
-            </button>
-            <button type="button" class="btn btn-default last"><span class="glyphicon glyphicon-step-forward"></span>
-            </button>
-        </div>
-        <select class="form-control input-sm pagesize" title="Select page size">
-            <option selected="selected" value="10">10</option>
-            <option value="20">20</option>
-            <option value="30">30</option>
-            <option value="all">All Rows</option>
-        </select>
-        <select class="form-control input-sm pagenum" title="Select page number"></select>
-    </th>
-</tr>
-</tfoot>
-- 
GitLab