adding new task toolbar item

git-svn-id: svn://10.0.0.236/trunk@174957 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%pavlov.net 2005-06-21 21:01:28 +00:00
parent 33fb42fc98
commit 7bfda5d2a7

View File

@ -14,6 +14,7 @@
<toolbarpalette id="MailToolbarPalette">
<toolbarbutton id="calendar-new-event-button" class="cal-toolbarbutton-1" label="New Event" tooltiptext="New Event" oncommand="createEventWithDialog()"/>
<toolbarbutton id="calendar-new-task-button" class="cal-toolbarbutton-1" label="New Todo" tooltiptext="New Todo" oncommand="createTodoWithDialog()"/>
<toolbarbutton id="calendar-week-view-button" class="cal-toolbarbutton-1" label="Week View" tooltiptext="Month View" oncommand="switchView('week')"/>
<toolbarbutton id="calendar-month-view-button" class="cal-toolbarbutton-1" label="Month View" tooltiptext="Month View" oncommand="switchView('month')"/>
<toolbarbutton id="calendar-day-view-button" class="cal-toolbarbutton-1" label="Day View" tooltiptext="Day View" oncommand="switchView('day')"/>