diff options
author | alecpl <alec@alec.pl> | 2011-08-03 12:31:38 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-08-03 12:31:38 +0000 |
commit | 2c77f553c85393d2006b42908647c31c352f6b81 (patch) | |
tree | 9fb19b92e9f54f35d599017ad70623d72e773880 /program/steps/addressbook/func.inc | |
parent | 159763861e15fce2006b1830ebdb646c5ad52d0c (diff) |
- Add "loading" messages for contacts copying and groups assignment
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r-- | program/steps/addressbook/func.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index 7fb1e2c29..4de463710 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -224,7 +224,7 @@ 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'); + $OUTPUT->add_label('deletegroupconfirm', 'groupdeleting', 'addingmember', 'removingmember'); return html::tag('ul', $attrib, $out, html::$common_attrib); } @@ -281,7 +281,7 @@ function rcmail_contacts_list($attrib) $OUTPUT->include_script('list.js'); // add some labels to client - $OUTPUT->add_label('deletecontactconfirm'); + $OUTPUT->add_label('deletecontactconfirm', 'copyingcontact'); return $out; } |