diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-02 09:22:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-02 09:22:02 +0000 |
| commit | 6456ee498e082b4addb7b009bca7adb06eda9bb8 (patch) | |
| tree | 6d4c56f0d9cd419c90f8326d96986fbc0cd4ad31 /roundcubemail/program/steps | |
| parent | 1fdf177e41e49009b675c5d58cbc0de9046425f3 (diff) | |
- Added confirmation dialog for contact group deleting + loading indicator
git-svn-id: https://svn.roundcube.net/trunk@5003 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/func.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc index 6f01667f6..932d34935 100644 --- a/roundcubemail/program/steps/addressbook/func.inc +++ b/roundcubemail/program/steps/addressbook/func.inc @@ -223,6 +223,8 @@ function rcmail_directory_list($attrib) $OUTPUT->set_env('contactgroups', $jsdata); $OUTPUT->add_gui_object('folderlist', $attrib['id']); + // add some labels to client + $OUTPUT->add_label('deletegroupconfirm', 'groupdeleting'); return html::tag('ul', $attrib, $out, html::$common_attrib); } |
