From e2085c673ab222debe6780518c602ac3d03978ae Mon Sep 17 00:00:00 2001
From: hdl
Date: Wed, 4 May 2005 12:52:34 +0000
Subject: [PATCH] Dictionary call modification
---
.../intranet-tmpl/default/en/search.marc/search.tmpl | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
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 @@
-
+
@@ -40,7 +40,7 @@
-
+
@@ -51,7 +51,7 @@
-
+
@@ -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');
}
--
2.39.5