mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
- make keywords selectable from keyword list
This commit is contained in:
parent
56d03b6e95
commit
ea6611d78e
|
@ -86,6 +86,15 @@ UI::contentContainerStart();
|
||||||
<option value="1" selected><?php printMLText("search_mode_and");?><br>
|
<option value="1" selected><?php printMLText("search_mode_and");?><br>
|
||||||
<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