From c325b272256bcb015a85b33688caa2cc2401eae4 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 2 Jan 2012 14:44:28 +0000 Subject: Use iframes for identity management git-svn-id: https://svn.roundcube.net/trunk@5686 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/settings/identities.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/settings/identities.inc') 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'); -- cgit v1.2.3