summaryrefslogtreecommitdiff
path: root/program/steps/settings/identities.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-02 14:44:28 +0000
committerthomascube <thomas@roundcube.net>2012-01-02 14:44:28 +0000
commit7c2a9310c4104f51fcf56379dcc3511fa5bfae2d (patch)
treef7ce98283b0c3ce29d0e375e55c8fe7aaee1a677 /program/steps/settings/identities.inc
parentc6db4aa46bd285ef7b3d63cba5e957373a116485 (diff)
Use iframes for identity management
Diffstat (limited to 'program/steps/settings/identities.inc')
-rw-r--r--program/steps/settings/identities.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/identities.inc b/program/steps/settings/identities.inc
index 6fc2cc179..95ff31a42 100644
--- a/program/steps/settings/identities.inc
+++ b/program/steps/settings/identities.inc
@@ -22,7 +22,6 @@
define('IDENTITIES_LEVEL', intval($RCMAIL->config->get('identities_level', 0)));
$OUTPUT->set_pagetitle(rcube_label('identities'));
-
$OUTPUT->include_script('list.js');
@@ -43,5 +42,6 @@ function rcmail_identity_frame($attrib)
$OUTPUT->add_handler('identityframe', 'rcmail_identity_frame');
$OUTPUT->set_env('identities_level', IDENTITIES_LEVEL);
+$OUTPUT->add_label('deleteidentityconfirm');
$OUTPUT->send('identities');