From c5c7dc80cf4917229f50f0d4ee548acba40c5e28 Mon Sep 17 00:00:00 2001 From: "Duck (Jakob Munih)" Date: Wed, 28 Jan 2009 19:55:16 +0100 Subject: [PATCH] Add profile links to blacklist --- folks/edit/blacklist.php | 2 ++ folks/templates/edit/blacklist.php | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/folks/edit/blacklist.php b/folks/edit/blacklist.php index 8c12e67d5..4ec8dee3a 100644 --- a/folks/edit/blacklist.php +++ b/folks/edit/blacklist.php @@ -18,6 +18,8 @@ require_once 'tabs.php'; $title = _("Blacklist"); $remove_url = Util::addParameter(Horde::applicationUrl('edit/blacklist.php'), 'user', null); +$remove_img = Horde::img('delete.png', '', '', $registry->getImageDir('horde')); +$profile_img = Horde::img('user.png', '', '', $registry->getImageDir('horde')); // Load driver require_once FOLKS_BASE . '/lib/Friends.php'; diff --git a/folks/templates/edit/blacklist.php b/folks/templates/edit/blacklist.php index 0145c5904..326fa2b69 100644 --- a/folks/templates/edit/blacklist.php +++ b/folks/templates/edit/blacklist.php @@ -16,13 +16,16 @@ if (empty($blacklist)) { - - + ' . $user ?> + + + + renderActive(); \ No newline at end of file -- 2.11.0