From 5731d68a9709b5aab47ea3004a43df7b9e43f98c Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 2 Aug 2011 09:22:02 +0000 Subject: - Added confirmation dialog for contact group deleting + loading indicator --- program/steps/addressbook/func.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'program/steps/addressbook') 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); } -- cgit v1.2.3