mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 04:06:23 +00:00
Added support for dynamic mail labels/tags management.
The CSS in the UIxPreferences remains to be done.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
/* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||
|
||||
var type;
|
||||
|
||||
function onLoadColorPicker(event) {
|
||||
showColorPicker();
|
||||
}
|
||||
|
||||
function onChooseColor(newColor) {
|
||||
window.opener.onColorPickerChoice(newColor);
|
||||
window.opener.onColorPickerChoice(newColor, type);
|
||||
window.close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user