- Last used search string in all search boxes is always kept for new searches along with results, should be cleared for new search - fixed this problem, cleaning the above search boxes.
10 lines
259 B
XML
Executable File
10 lines
259 B
XML
Executable File
<?xml version="1.0"?>
|
|
<dynaForm
|
|
type="xmlmenu"
|
|
>
|
|
<PAGED_TABLE_ID type="private"/>
|
|
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
|
<JS type="javascript">
|
|
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
|
</JS>
|
|
</dynaForm> |