Import/Export: Fix filter option did not get selected when changing filters

This commit is contained in:
nathan 2023-03-20 10:36:50 -06:00
parent be4506fa3b
commit 4d89bd9feb

View File

@ -67,11 +67,13 @@
<et2-description value="Definition filter"></et2-description>
</row>
<row valign="top" disabled="!@plugin_selectors_template">
<template id="@plugin_selectors_template"/>
<et2-box onclick="jQuery('input[value=\'filter\']').not(':checked').attr('checked',true).parent().effect('highlight',{},2000);" class="filters">
<filter id="filter_tpl"/>
</et2-box>
</row>
<template id="@plugin_selectors_template"/>
<et2-box
onclick="document.getElementById('importexport-export_dialog_selection-filter').checked=true;"
class="filters">
<filter id="filter_tpl"/>
</et2-box>
</row>
</rows>
</grid>
<styles>