mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Solved issue with wrong position in filter
This commit is contained in:
parent
47857de79f
commit
725e7d9c16
@ -694,7 +694,7 @@ class ModuleTemplates extends HTML
|
|||||||
'input_class' => 'flex-row',
|
'input_class' => 'flex-row',
|
||||||
'name' => 'filter',
|
'name' => 'filter',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'size' => '45',
|
'size' => '40',
|
||||||
'class' => 'float-right',
|
'class' => 'float-right',
|
||||||
'onKeyDown' => 'filterTextComponents(event);',
|
'onKeyDown' => 'filterTextComponents(event);',
|
||||||
'value' => '',
|
'value' => '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user