From: Michael M Slusarz Date: Wed, 21 Oct 2009 19:40:59 +0000 (-0600) Subject: Fix notifications in preferences popup windows X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=98b0d491ab13557eff52deebcdae48215bf34125;p=horde.git Fix notifications in preferences popup windows --- diff --git a/imp/pgp.php b/imp/pgp.php index 6642dc9cc..fd6426695 100644 --- a/imp/pgp.php +++ b/imp/pgp.php @@ -1,5 +1,7 @@ replace('status', array('prefs' => true, 'viewmode' => 'imp'), 'IMP_Notification_Listener_Status'); + $title = _("Import PGP Key"); require IMP_TEMPLATES . '/common-header.inc'; IMP::status(); diff --git a/imp/smime.php b/imp/smime.php index 677e1ae05..dde17cb94 100644 --- a/imp/smime.php +++ b/imp/smime.php @@ -1,5 +1,7 @@ replace('status', array('prefs' => true, 'viewmode' => 'imp'), 'IMP_Notification_Listener_Status'); + $title = _("Import S/MIME Key"); require IMP_TEMPLATES . '/common-header.inc'; IMP::status();