- more prominent view of Active Custom Filter

- one click filterreset
- fhc search bar: resetFilter with submit
This commit is contained in:
ma0068
2026-01-28 13:33:01 +01:00
parent f867e60702
commit 8903fa878c
4 changed files with 89 additions and 7 deletions
+40
View File
@@ -2240,6 +2240,46 @@ $phrases = array(
)
)
),
array(
'app' => 'core',
'category' => 'filter',
'phrase' => 'filterDelete',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Filter zurücksetzen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'delete filter',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'filter',
'phrase' => 'filterActive',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Filter aktiv',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'filter active',
'description' => '',
'insertvon' => 'system'
)
)
),
//**************************** CORE/person
array(