mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-28 20:56:24 +00:00
Monotone-Revision: 1ec7a369d9d6744a61fc1193f0d873bbeb9fd414 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-11T18:08:13 Monotone-Branch: ca.inverse.sogo
26 lines
509 B
Perl
26 lines
509 B
Perl
( /* the toolbar groups -*-cperl-*- */
|
|
(
|
|
{ link = "#";
|
|
jsLink="js_card";
|
|
label="New Card";
|
|
image="new-card.png";
|
|
onclick = "newContact(this);return false;"; },
|
|
{ link = "new_list";
|
|
label="New List";
|
|
image="new-list.png"; }
|
|
),
|
|
(
|
|
{ link = "properties";
|
|
label = "Properties";
|
|
image = "properties.png"; },
|
|
{ link = "write";
|
|
label="Write";
|
|
image="write.png"; }
|
|
),
|
|
(
|
|
{ link = "delete";
|
|
label="Delete";
|
|
image="delete.png"; }
|
|
)
|
|
)
|