From: Michael M Slusarz Date: Mon, 30 Mar 2009 19:02:47 +0000 (-0600) Subject: This graphic lives in IMP now X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=668c4fae60b7abc5e9a54248a78b29bb1b3d8436;p=horde.git This graphic lives in IMP now --- diff --git a/imp/mailbox.php b/imp/mailbox.php index 0c87bcc7a..a01282132 100644 --- a/imp/mailbox.php +++ b/imp/mailbox.php @@ -449,7 +449,7 @@ $hdr_template = new IMP_Template(); $hdr_template->set('title', $title); $hdr_template->set('pagetitle', $pagetitle); if ($readonly) { - $hdr_template->set('readonly', Horde::img('locked.png', _("Read-Only"), '', $graphicsdir)); + $hdr_template->set('readonly', Horde::img('locked.png', _("Read-Only"))); } $hdr_template->set('refresh', Horde::link($refresh_url, $refresh_title, '', '', '', '', $refresh_ak) . Horde::img('reload.png', _("Reload"), '', $graphicsdir) . ''); if (isset($filter_url)) {