From 04d109546ec0ba595360676be4db62a0cc3d0175 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Thu, 29 Jan 2009 15:21:17 +0100 Subject: [PATCH][3.0.x] (bug #2933) change popup names containing space chars Content-Type: text/plain; charset="utf-8" This patch change all call to open.window that have a window identifier which contains space chars. --- .../intranet-tmpl/prog/en/includes/error-top.inc | 2 +- .../en/modules/authorities/authorities-home.tmpl | 2 +- .../prog/en/modules/authorities/authorities.tmpl | 2 +- .../prog/en/modules/authorities/detail.tmpl | 2 +- .../en/modules/authorities/searchresultlist.tmpl | 2 +- .../prog/en/modules/cataloguing/addbiblio.tmpl | 4 ++-- .../prog/en/modules/cataloguing/additem.tmpl | 2 +- .../cataloguing/value_builder/labs_theses.tmpl | 2 +- .../prog/en/modules/tools/holidays.tmpl | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc index a1d3826..5375ade 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc @@ -16,7 +16,7 @@ window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable") diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl index 76203e9..425e373 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl @@ -4,7 +4,7 @@ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl index b1d0b9c..73aedce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl @@ -99,7 +99,7 @@ } function Help() { - newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes'); + newin=window.open("/cgi-bin/koha/help.pl","KohaHelp",'width=600,height=600,toolbar=false,scrollbars=yes'); } $(document).ready(function() { $("#branch").change(function(){ -- 1.5.6.3