summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-24 20:15:51 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-24 20:15:51 +0000
commit0b189f58313956e8c718fce58b39c10f18e4de15 (patch)
tree7ac40ee4042815b064431f02028a3171ad67967a /roundcubemail/program/steps/settings
parent9453d22113a3018c2af25a2022303ebcc93fc236 (diff)
Partial client re-write with a common list class
git-svn-id: https://svn.roundcube.net/trunk@354 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings')
-rw-r--r--roundcubemail/program/steps/settings/identities.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/settings/identities.inc b/roundcubemail/program/steps/settings/identities.inc
index 8bad6859a..caaa45342 100644
--- a/roundcubemail/program/steps/settings/identities.inc
+++ b/roundcubemail/program/steps/settings/identities.inc
@@ -22,6 +22,7 @@
if ($USER_DATA = $DB->fetch_assoc($sql_result))
$PAGE_TITLE = sprintf('%s (%s@%s)', rcube_label('identities'), $USER_DATA['username'], $USER_DATA['mail_host']);
+$OUTPUT->include_script('list.js');
// similar function as /steps/addressbook/func.inc::rcmail_contact_frame()