[Patches] [PATCH] Small fix to allow help popup in IE9, not 7 or 8 - bug 7339
koha-patchbot at kohaaloha.com
koha-patchbot at kohaaloha.com
Wed Dec 21 03:13:00 NZDT 2011
From: Duncan Tyler <duncan at catalyst.net.nz>
Date: Tue, 20 Dec 2011 13:37:18 +1300
Subject: [PATCH] Small fix to allow help popup in IE9, not 7 or 8 - bug 7339
---
.../intranet-tmpl/prog/en/includes/header.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
index b43330c..b2f532b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
@@ -72,6 +72,6 @@
[% ELSE %]
You are not logged in |
[% END %]
- <a href="/cgi-bin/koha/help.pl" id="helper" onclick="window.open('/cgi-bin/koha/help.pl?url='+escape(document.url),'Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes'); return false;">[ ? ]</a>
+ <a href="/cgi-bin/koha/help.pl" id="helper" onclick="var link=window.open('','Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes'); link.location='/cgi-bin/koha/help.pl'; return false;">[ ? ]</a>
</div>
</div>
--
1.7.5.4
More information about the Patches
mailing list