From 36f281aac0624e522fd44ccae759882d21107fbe Mon Sep 17 00:00:00 2001 From: Kaltar5679 Date: Mon, 1 Jun 2015 10:05:32 +0200 Subject: [PATCH] add sort table for list only in desk --- telemeta/templates/telemeta/lists.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/telemeta/templates/telemeta/lists.html b/telemeta/templates/telemeta/lists.html index f53eb190..fc8d6043 100644 --- a/telemeta/templates/telemeta/lists.html +++ b/telemeta/templates/telemeta/lists.html @@ -5,6 +5,8 @@ {% block extra_javascript %} + + +{% comment "added by Killian Mary" %}{% endcomment %} + +{% comment "added by Killian Mary" %}end{% endcomment %} + {% endblock %} {% block content %} @@ -69,7 +81,9 @@ {% endif %} - + {% comment "added by Killian Mary, for sort table" %}{% endcomment %} +
+ @@ -79,6 +93,8 @@ + + {% for resource in playlist.resources %} {% endfor %} +
{% trans "Title" %} {% trans "Type" %}{% trans "Digitized" %} {% trans "Action" %}
@@ -120,6 +136,7 @@
{% endfor %} -- 2.39.5