mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Import/Export: Fix filter option did not get selected when changing filters
This commit is contained in:
parent
be4506fa3b
commit
4d89bd9feb
@ -67,11 +67,13 @@
|
|||||||
<et2-description value="Definition filter"></et2-description>
|
<et2-description value="Definition filter"></et2-description>
|
||||||
</row>
|
</row>
|
||||||
<row valign="top" disabled="!@plugin_selectors_template">
|
<row valign="top" disabled="!@plugin_selectors_template">
|
||||||
<template id="@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">
|
<et2-box
|
||||||
<filter id="filter_tpl"/>
|
onclick="document.getElementById('importexport-export_dialog_selection-filter').checked=true;"
|
||||||
</et2-box>
|
class="filters">
|
||||||
</row>
|
<filter id="filter_tpl"/>
|
||||||
|
</et2-box>
|
||||||
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<styles>
|
<styles>
|
||||||
|
Loading…
Reference in New Issue
Block a user