From 43899681e6260cacb2db7f88c4cedcdd0ad9fc7e Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 18 May 2010 13:19:03 -0400 Subject: [PATCH] fix horde_url usage, get back the proper behaviour for the perms popup --- turba/templates/addressbook_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turba/templates/addressbook_list.php b/turba/templates/addressbook_list.php index 53c0da3a3..a980e6f30 100644 --- a/turba/templates/addressbook_list.php +++ b/turba/templates/addressbook_list.php @@ -30,7 +30,7 @@ get('name')) ?> "> - "> + add('share', $addressbook->getName())->link(array('title' => _("Change Permissions"), 'target' => '_blank', 'onclick' => Horde::popupJs($perms_url_base, array('params' => array('share' => $addressbook->getName()), 'urlencode' => true)) . 'return false;')) . $perms_img . '';?> "> -- 2.11.0