]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/MailerUI/Toolbars/SOGoMailAccount.toolbar
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@900 d1b88da0-ebda-0310-925b-ed51d...
[scalable-opengroupware.org] / SOGo / UI / MailerUI / Toolbars / SOGoMailAccount.toolbar
1 ( /* the toolbar groups */
2             ( /* first group */
3               { link  = "getMail";
4                 cssClass = "tbicon_getmail"; label = "Get Mail"; },
5               {
6                 link     = "#"; // "compose"; // target = "_blank";
7                 isSafe   = NO;
8                 onclick  = "clickedCompose(this);return false;";
9                 cssClass = "tbicon_compose"; label = "Write";
10               },
11             ),
12             ( // fourth group (folders)
13               { link = "#"; onclick="return ctxFolderAdd(this)";
14                 enabled  = "showFolderCreateButton";
15                 isSafe = NO;
16                 cssClass = "tbicon_folderadd"; label = "Create"; }
17             )
18 )