remove old code

This commit is contained in:
Uwe Steinmann 2013-06-07 10:13:27 +02:00
parent f6ec61359e
commit cf4f68e0c7

View File

@ -92,17 +92,6 @@ function checkForm()
<option value="1" selected><?php printMLText("search_mode_and");?> <option value="1" selected><?php printMLText("search_mode_and");?>
<option value="0"><?php printMLText("search_mode_or");?> <option value="0"><?php printMLText("search_mode_or");?>
</select> </select>
<!--
<br />
<a href="javascript:chooseKeywords('form1.query');"><?php printMLText("use_default_keywords");?></a>
<script language="JavaScript">
var openDlg;
function chooseKeywords(target) {
openDlg = open("out.KeywordChooser.php?target="+target, "openDlg", "width=500,height=400,scrollbars=yes,resizable=yes");
}
</script>
-->
</td> </td>
</tr> </tr>
<tr> <tr>