This graphic lives in IMP now
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 30 Mar 2009 19:02:47 +0000 (13:02 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 30 Mar 2009 19:59:26 +0000 (13:59 -0600)
imp/mailbox.php

index 0c87bcc..a012821 100644 (file)
@@ -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) . '</a>');
 if (isset($filter_url)) {