From: rabuzarus Date: Wed, 20 Apr 2016 21:08:01 +0000 (+0200) Subject: contacts page: batch actions are now links in a dropdown menu - X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b1e07faf4f302f4fecc66a86292ca9fa5cfa5c9c;p=friendica.git 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 --- 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 *}}