- make keywords selectable from keyword list

This commit is contained in:
steinm 2011-07-20 15:58:38 +00:00
parent 56d03b6e95
commit ea6611d78e

View File

@ -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>