mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-28 00:09:29 +00:00
Monotone-Parent: eafd3c0c3b5dc6879988981674509a8d1ccfc286
Monotone-Revision: b2324fd0b056d26c1f593b22e0516160fd06bd3c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-31T13:49:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
image = "tb-compose-send-flat-24x24.png";
|
||||
cssClass = "tbicon_send";
|
||||
label = "Send";
|
||||
tooltip = "Send this message now"; },
|
||||
tooltip = "Send this message now"; }
|
||||
),
|
||||
(
|
||||
{ link = "#";
|
||||
onclick = "return onContactAdd(null);";
|
||||
image = "tb-compose-contacts-flat-24x24.png";
|
||||
@@ -27,10 +29,11 @@
|
||||
cssClass = "tbicon_save";
|
||||
label = "Save";
|
||||
tooltip = "Save this message"; },
|
||||
{ link = "#";
|
||||
{ link = "#";
|
||||
hasMenu = YES;
|
||||
label = "Priority";
|
||||
onclick = "return onSelectPriority(event);";
|
||||
image = "priority.png"; },
|
||||
onclick = "return onSelectOptions(event);";
|
||||
image = "options.png";
|
||||
cssClass = "tbicon_options";
|
||||
label = "Options"; }
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user