Files
luos/workflow/engine/xmlform/dbConnections/dbConnections_Options.xml
Julio Cesar Laura c080eaa8d3 BUG 10699 Databases Source list no tiene search SOLVED
- Missing filter field in the list
- Added filter field to the list
2013-02-07 11:01:04 -04:00

17 lines
498 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm type="xmlmenu">
<DBS_UID type="private"/>
<MNU_ADD type="link" value="" link="#" onclick="newDbConnection();return false;" colAlign="left" colWidth="100">
<en>New</en>
</MNU_ADD>
<PAGED_TABLE_ID type="private"/>
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
<SEARCH_FILTER_FORM type="private"/>
<js type="javascript" replaceTags="1"><![CDATA[
var currentPagedTable = @#PAGED_TABLE_ID;
]]></js>
</dynaForm>