summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/func.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-08-02 09:22:02 +0000
committeralecpl <alec@alec.pl>2011-08-02 09:22:02 +0000
commit5731d68a9709b5aab47ea3004a43df7b9e43f98c (patch)
tree9e9b60565c58a68cf563dceefc6cfb58306aa168 /program/steps/addressbook/func.inc
parent0d5836bdfe0365cb2baa2281ba55be3745b42c40 (diff)
- Added confirmation dialog for contact group deleting + loading indicator
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r--program/steps/addressbook/func.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc
index 6f01667f6..932d34935 100644
--- a/program/steps/addressbook/func.inc
+++ b/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);
}