From 4e103666183ae9ec67d83734a72a0273d4fe73b8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 8 Jan 2015 00:43:27 -0400 Subject: [PATCH] Improve the multi item action dropdown markup and appearance --- .../main/generic_list_subtemplate.html | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/mayan/apps/main/templates/main/generic_list_subtemplate.html b/mayan/apps/main/templates/main/generic_list_subtemplate.html index 34ee41c640..85a5708b9c 100644 --- a/mayan/apps/main/templates/main/generic_list_subtemplate.html +++ b/mayan/apps/main/templates/main/generic_list_subtemplate.html @@ -28,23 +28,17 @@
{% endif %} - -
+ {% if object_list %} {% get_multi_item_links_form object_list %} {% if multi_item_actions %} -
-
- {% with multi_item_form as form %} - {% include 'main/generic_form_instance.html' %} - {% endwith %} -
-
- -
-
+ + {% endif %} {% endif %}