mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
remove old code
This commit is contained in:
parent
f6ec61359e
commit
cf4f68e0c7
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user