From 3e3b5e59ec7316c1b9b38ba1355fb8523aa5754f Mon Sep 17 00:00:00 2001
From: hdl
Date: Mon, 2 May 2005 06:20:11 +0000
Subject: [PATCH] Integrating a call to a dictionary
---
.../default/en/search.marc/search.tmpl | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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 54b011712a..08f01c2e44 100644
--- a/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl
+++ b/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl
@@ -30,6 +30,9 @@
+
+
+
@@ -37,6 +40,9 @@
+
+
+
@@ -45,6 +51,9 @@
+
+
+
@@ -172,6 +181,11 @@ function AddStatement() {
document.f.submit();
}
+function Dopop(link,i) {
+ newin=window.open(link,'width=550,height=550,toolbar=false,scrollbars=yes');
+}
+
+
function PopupSuggestion() {
var strQuery="";
for (i=0 ; i