mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
load new row selection / egw_actions system for all nextmatch lists, not only ones defining actions / context menus
This commit is contained in:
parent
97d920bc57
commit
2e95210154
@ -856,11 +856,9 @@ class nextmatch_widget
|
||||
egw_framework::validate_file('egw_action','egw_menu_dhtmlx');
|
||||
egw_framework::validate_file('.', 'nextmatch_action', 'etemplate');
|
||||
|
||||
if ($actions)
|
||||
{
|
||||
if (!is_array($action_links)) $action_links = array();
|
||||
if (!is_array($action_links)) $action_links = array();
|
||||
|
||||
return '
|
||||
return '
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
// Initialize the action manager and add some actions to it
|
||||
@ -886,7 +884,6 @@ class nextmatch_widget
|
||||
});
|
||||
});
|
||||
</script>';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user