From 7fb3828d77878585f90bdbbf785eb98d18ab056e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 2 Apr 2018 04:38:15 -0400 Subject: [PATCH] Fix the list sub template multi item checkbox selection. Signed-off-by: Roberto Rosario --- .../templates/appearance/generic_list_subtemplate.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html index f0720494a8..2628d46fbd 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html @@ -43,7 +43,7 @@ {% if not hide_header %} {% if multi_item_actions %} - + {% endif %} {% if not hide_object %} @@ -71,9 +71,9 @@ {% if multi_item_actions %} {% if multi_select_item_properties %} - + {% else %} - + {% endif %} {% endif %}