|
|
@ -736,8 +736,6 @@ class Pref_Filters extends Handler_Protected {
|
|
|
|
<?= __('Create filter') ?></button>
|
|
|
|
<?= __('Create filter') ?></button>
|
|
|
|
<button dojoType="dijit.form.Button" onclick="return dijit.byId('filterTree').joinSelectedFilters()">
|
|
|
|
<button dojoType="dijit.form.Button" onclick="return dijit.byId('filterTree').joinSelectedFilters()">
|
|
|
|
<?= __('Combine') ?></button>
|
|
|
|
<?= __('Combine') ?></button>
|
|
|
|
<button dojoType="dijit.form.Button" onclick="return dijit.byId('filterTree').editSelectedFilter()">
|
|
|
|
|
|
|
|
<?= __('Edit') ?></button>
|
|
|
|
|
|
|
|
<button dojoType="dijit.form.Button" onclick="return dijit.byId('filterTree').resetFilterOrder()">
|
|
|
|
<button dojoType="dijit.form.Button" onclick="return dijit.byId('filterTree').resetFilterOrder()">
|
|
|
|
<?= __('Reset sort order') ?></button>
|
|
|
|
<?= __('Reset sort order') ?></button>
|
|
|
|
<button dojoType="dijit.form.Button" onclick="return dijit.byId('filterTree').removeSelectedFilters()">
|
|
|
|
<button dojoType="dijit.form.Button" onclick="return dijit.byId('filterTree').removeSelectedFilters()">
|
|
|
|