summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings/identities.inc
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-02 14:44:28 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-02 14:44:28 +0000
commitc325b272256bcb015a85b33688caa2cc2401eae4 (patch)
treed99a12c34aa6787457a5b56437bb5c9eb114e9ee /roundcubemail/program/steps/settings/identities.inc
parent53ceff9e06567b39576591d2a4f82088e60468ee (diff)
Use iframes for identity management
git-svn-id: https://svn.roundcube.net/trunk@5686 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings/identities.inc')
-rw-r--r--roundcubemail/program/steps/settings/identities.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/identities.inc b/roundcubemail/program/steps/settings/identities.inc
index 6fc2cc179..95ff31a42 100644
--- a/roundcubemail/program/steps/settings/identities.inc
+++ b/roundcubemail/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');