From 027bcc53d1ee94a9c280ec85d6744598ffbf93dc Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Fri, 12 Apr 2013 17:05:35 +0000 Subject: [PATCH] Enable drop on nextmatch rows --- etemplate/inc/class.etemplate_widget_nextmatch.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.etemplate_widget_nextmatch.inc.php b/etemplate/inc/class.etemplate_widget_nextmatch.inc.php index 2cc6ddebc9..1b3e058e92 100644 --- a/etemplate/inc/class.etemplate_widget_nextmatch.inc.php +++ b/etemplate/inc/class.etemplate_widget_nextmatch.inc.php @@ -579,7 +579,7 @@ class etemplate_widget_nextmatch extends etemplate_widget } // add all first level popup actions plus ones with enabled = 'javaScript:...' to action_links - if ((!isset($action['type']) || in_array($action['type'],array('popup','drag'))) && // popup is the default + if ((!isset($action['type']) || in_array($action['type'],array('popup','drag','drop'))) && // popup is the default ($first_level || substr($action['enabled'],0,11) == 'javaScript:')) { $action_links[] = $action['id'];