sogo/UI/Scheduler/Toolbars/SOGoAppointmentObjectAcceptOrDecline.toolbar

13 lines
376 B
Plaintext
Raw Normal View History

( /* the toolbar groups -*-cperl-*- */
( { link = "#";
isSafe = NO;
label = "accept";
onclick = "return modifyEvent(this, 'accept');";
image = "tb-ab-properties-flat-24x24.png"; },
{ link = "#";
isSafe = NO;
label = "decline";
onclick = "return modifyEvent(this, 'decline');";
image = "tb-mail-stop-flat-24x24.png"; } )
)