2010-12-02 23:34:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-02-07 11:01:04 -04:00
|
|
|
<dynaForm type="pagetable" menu="dbConnections/dbConnections_Options" searchBy="DBS_DATABASE_NAME|CON_VALUE">
|
2010-12-02 23:34:41 +00:00
|
|
|
|
|
|
|
|
<DBS_UID type="private" showInTable="0"/>
|
|
|
|
|
|
|
|
|
|
<PRO_UID type="hidden" showInTable="0"/>
|
|
|
|
|
|
|
|
|
|
<DBS_TYPE type="text" titlealign="left" colWidth="50">
|
|
|
|
|
<en>Type</en>
|
|
|
|
|
</DBS_TYPE>
|
|
|
|
|
|
|
|
|
|
<DBS_SERVER type="text" titlealign="left" colWidth="100">
|
|
|
|
|
<en>Server</en>
|
|
|
|
|
</DBS_SERVER>
|
|
|
|
|
|
|
|
|
|
<DBS_DATABASE_NAME type="text" titlealign="left" colWidth="100">
|
|
|
|
|
<en>Database Name</en>
|
|
|
|
|
</DBS_DATABASE_NAME>
|
|
|
|
|
|
|
|
|
|
<DBS_DESCRIPTION type="text" titlealign="left" colWidth="200">
|
|
|
|
|
<en>Description</en>
|
|
|
|
|
</DBS_DESCRIPTION>
|
|
|
|
|
|
2012-11-27 10:47:34 -04:00
|
|
|
<DBS_EDIT type="link" colWidth="50" link="javascript:editDbConnection('@#DBS_UID')">
|
2012-11-27 10:21:32 -04:00
|
|
|
<en>Edit</en>
|
2010-12-02 23:34:41 +00:00
|
|
|
</DBS_EDIT>
|
|
|
|
|
|
2012-11-27 10:47:34 -04:00
|
|
|
<DBS_DELETE type="link" colWidth="50" link="javascript:deleteDbConnection('@#DBS_UID','@#PRO_UID')">
|
2012-11-27 10:21:32 -04:00
|
|
|
<en>Delete</en>
|
2010-12-02 23:34:41 +00:00
|
|
|
</DBS_DELETE>
|
|
|
|
|
|
2013-02-07 11:01:04 -04:00
|
|
|
<GET_UID type="link" colWidth="40" value="UID" link="#" onclick="msgBox('UID: '+@QDBS_UID, 'info');return false;"/>
|
2012-11-23 17:43:05 -04:00
|
|
|
|
2013-02-07 11:01:04 -04:00
|
|
|
<SEARCH type="button" onclick="pagedTableFilter(this.form);" showInTable="0">
|
|
|
|
|
<en>Apply Filter</en>
|
|
|
|
|
</SEARCH>
|
2012-11-23 17:43:05 -04:00
|
|
|
|
2013-02-07 11:01:04 -04:00
|
|
|
<PAGED_TABLE_ID type="private" showInTable="0"/>
|
|
|
|
|
|
|
|
|
|
<JSFILTER type="javascript" replaceTags="1" showInTable="0">
|
|
|
|
|
function pagedTableFilter(form) {
|
|
|
|
|
@#PAGED_TABLE_ID.doFilter(form);
|
|
|
|
|
}
|
|
|
|
|
</JSFILTER>
|
|
|
|
|
|
|
|
|
|
</dynaForm>
|