From a20266f77fb04be73ca7c81344139395910ed337 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 16 Sep 2009 18:18:47 -0400 Subject: [PATCH] Don't open resource calendars in _blank, use the same window --- kronolith/resources/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/resources/index.php b/kronolith/resources/index.php index 7082606d6..ec453a90f 100644 --- a/kronolith/resources/index.php +++ b/kronolith/resources/index.php @@ -63,7 +63,7 @@ function performAction(action, rid)   get('name')) ?> - get('calendar'), false); echo Horde::link($url, _("Click or copy this URL to display this calendar"), '', '_blank') . htmlspecialchars(shorten_url($url)) . '' ?> + get('calendar'), false); echo Horde::link($url, _("Click or copy this URL to display this calendar")) . htmlspecialchars(shorten_url($url)) . '' ?> -- 2.11.0