From: Duck (Jakob Munih) Date: Wed, 28 Jan 2009 18:55:16 +0000 (+0100) Subject: Add profile links to blacklist X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c5c7dc80cf4917229f50f0d4ee548acba40c5e28;p=horde.git Add profile links to blacklist --- 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