From b1e07faf4f302f4fecc66a86292ca9fa5cfa5c9c Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Wed, 20 Apr 2016 23:08:01 +0200 Subject: [PATCH] contacts page: batch actions are now links in a dropdown menu - The new js funcion batch_submit_handler should handle the submission of the batch Values --- templates/contacts-template.tpl | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/templates/contacts-template.tpl b/templates/contacts-template.tpl index 9e4d6407be..67eb92f0bd 100644 --- a/templates/contacts-template.tpl +++ b/templates/contacts-template.tpl @@ -25,7 +25,11 @@
{{* we need the form container to make batch actions work *}} -
+ + + {{* we put here a hidden input element. This is needed to transmit the batch actions with javascript*}} + + {{* We put the contact batch actions in a dropdown menu *}}