PatoFlamejanteTV's picture
Add files using upload-large-folder tool
94f6f0e verified
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language="JavaScript" type="text/JavaScript">
function SaveAndClose()
{
window.location = 'setpg:save';
window.location = 'setpg:close';
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="blue" vlink="blue" alink="blue">
<center><table width="75%" border="0">
<tr>
<td valign="top" class="text"><input type="checkbox" id="AutoComplete">&nbsp;Auto-complete
search words</td>
</tr>
<tr>
<td valign="top" class="text"><input type="checkbox" id="KeepHistory">&nbsp;Enable
search history</td>
</tr>
<tr>
<td valign="top" class="text"><input type="checkbox" id="RunSearchAutomatically">&nbsp;Run
search when search history item is selected</td>
</tr>
<tr>
<td valign="top" class="text"><input type="checkbox" id="UpdateAutomatically">&nbsp;Update
Deskbar automatically</td>
</tr>
</table></center>
<br>
<table width="100%" border="0">
<tr>
<td class="text" align="center" width="50%"><a href="javascript:SaveAndClose();">OK</a></td>
<td class="text" align="center"><a href="setpg:close">Cancel</a></td>
</tr>
</table>
</body>
</html>