From d6c9ce071c2f57f9e8090b9df16958492a3272cc Mon Sep 17 00:00:00 2001 From: Eric Riggs Date: Wed, 7 Mar 2018 02:38:01 -0400 Subject: [PATCH] Remove the unused scrollable_content internal feature. Signed-off-by: Eric Riggs --- .../appearance/generic_list_items_subtemplate.html | 6 ------ .../templates/appearance/generic_list_subtemplate.html | 8 -------- 2 files changed, 14 deletions(-) diff --git a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html index e648140264..e22f3b5883 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html @@ -52,9 +52,6 @@ {% if object_list %}
{% endif %} - {% if scrollable_content %} -
- {% endif %}
{% for object in object_list %} @@ -124,9 +121,6 @@ {% endfor %}
- {% if scrollable_content %} -
- {% endif %} {% include 'pagination/pagination.html' %} diff --git a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html index 2c7c8bf922..f0720494a8 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html @@ -36,9 +36,6 @@ - {% if scrollable_content %} -
- {% endif %}
@@ -114,11 +111,6 @@
- - {% if scrollable_content %} -
- {% endif %} - {% include 'pagination/pagination.html' %}