From: Michael J. Rubinsky Date: Wed, 16 Sep 2009 22:18:47 +0000 (-0400) Subject: Don't open resource calendars in _blank, use the same window X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e67e38855a2eeeeea3a4e55387f76f41746386eb;p=horde.git Don't open resource calendars in _blank, use the same window --- 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)) . '' ?>