From 6c5c22b877f6a91b4046433e13588cd3c679dc3f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 26 Jul 2014 09:54:11 +0200 Subject: Create/rename groups in UI dialogs (#1489951) --- CHANGELOG | 1 + program/js/app.js | 179 ++++++++++++++----------------------- program/steps/addressbook/func.inc | 4 +- skins/classic/common.css | 6 +- skins/larry/styles.css | 4 + 5 files changed, 81 insertions(+), 113 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 125d04591..6ca28478d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Create/rename groups in UI dialogs (#1489951) - Added 'contact_search_name' option to define autocompletion entry format - Display quota information for current folder not INBOX only (#1487993) - Support images in HTML signatures (#1488676) diff --git a/program/js/app.js b/program/js/app.js index f25b80800..28df384c8 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5156,29 +5156,55 @@ function rcube_webmail() .submit(function() { $('input.mainaction').click(); return false; }); }; + // group creation dialog this.group_create = function() { - this.add_input_row('contactgroup'); + var input = $('').attr('type', 'text'), + content = $('