This commit is contained in:
miguel angel rasteu 2023-08-21 11:33:26 +02:00
parent ec11dbab08
commit b5767a696e
1 changed files with 4 additions and 6 deletions

View File

@ -261,11 +261,9 @@ function agents_modules_load_js()
}
function select_selected () {
// $('#id_agents2 option').each(function(){
// if($(this).attr('selected') === 'selected'){
// $(this).prop('selected', true);
// }
// });
var f = document.forms.filter_form;
f.action = "index.php?sec=view&sec2=extensions/agents_modules";
$('#filter_form').submit();
}
/* <![CDATA[ */
function export_csv() {
@ -698,7 +696,7 @@ function mainAgentsModules()
true
).html_print_button(
__('Export to CSV'),
'srcbutton',
'srcbutton_csv',
false,
'export_csv()',
['class' => 'secondary mini'],