From 2874bb343408badca66ec8af122124da4b464b4f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 27 Oct 2014 18:19:05 -0400 Subject: [PATCH] Align multi item form and button in the same line to save space --- .../main/generic_list_subtemplate.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/mayan/apps/main/templates/main/generic_list_subtemplate.html b/mayan/apps/main/templates/main/generic_list_subtemplate.html index 267428457d..9a75a3c6c9 100644 --- a/mayan/apps/main/templates/main/generic_list_subtemplate.html +++ b/mayan/apps/main/templates/main/generic_list_subtemplate.html @@ -32,14 +32,19 @@
{% get_multi_item_links_form %} {% if multi_item_actions %} - {% with multi_item_form as form %} - {% include 'main/generic_form_instance.html' %} - {% endwith %} +
+
+ {% with multi_item_form as form %} + {% include 'main/generic_form_instance.html' %} + {% endwith %} +
+
-
{% endif %}