From: hdl Date: Wed, 4 May 2005 12:52:34 +0000 (+0000) Subject: Dictionary call modification X-Git-Tag: dev_week~1557 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=e2085c673ab222debe6780518c602ac3d03978ae;p=koha-ffzg.git Dictionary call modification --- diff --git a/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl b/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl index b433ae1002..94385d5e29 100644 --- a/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl @@ -30,7 +30,7 @@ - + dict

@@ -40,7 +40,7 @@ - + dict

@@ -51,7 +51,7 @@ - + dict

@@ -186,7 +186,8 @@ function AddStatement() { } function Dopop(link,i) { - newin=window.open(link,'width=550,height=550,toolbar=false,scrollbars=yes'); + var searchstring=document.forms[0].value[i].value; + newin=window.open(link+'&search='+searchstring,"popup",'width=550,height=550,toolbar=false,scrollbars=yes'); }