From 0ef9cfbfe2160bdf9a08349210eca82b15daf72f Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 16 Sep 2009 15:17:07 -0400 Subject: [PATCH] Don't open in _blank now that display_cals work correctly --- kronolith/templates/calendar_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/templates/calendar_list.php b/kronolith/templates/calendar_list.php index 3fe6ec84e..4cb611c83 100644 --- a/kronolith/templates/calendar_list.php +++ b/kronolith/templates/calendar_list.php @@ -45,7 +45,7 @@ get('name')) ?> - getName(), false); echo Horde::link($url, _("Click or copy this URL to display this calendar"), '', '_blank') . htmlspecialchars(shorten_url($url)) . '' ?> + getName(), false); echo Horde::link($url, _("Click or copy this URL to display this calendar")) . htmlspecialchars(shorten_url($url)) . '' ?> get('owner') . '/' . $calendar->getName() . '.ics'; echo Horde::link($url, _("Click or copy this URL to display this calendar"), '', '_blank') . htmlspecialchars(shorten_url($url)) . '' ?> getName()), _("Edit")) . $edit_img . '' ?> -- 2.11.0