Missing changes for last commit
This commit is contained in:
Родитель
8c558ff79c
Коммит
363c7e5237
|
@ -443,22 +443,22 @@
|
||||||
</menubar>
|
</menubar>
|
||||||
|
|
||||||
<window id="messengerWindow">
|
<window id="messengerWindow">
|
||||||
|
|
||||||
<!-- Be sure to keep these sets, since they will be overlayed by
|
<!-- Be sure to keep these sets, since they will be overlayed by
|
||||||
calendar/base/content/calendar-common-sets.xul -->
|
calendar/base/content/calendar-common-sets.xul -->
|
||||||
<commandset id="calendar_commands">
|
<commandset id="calendar_commands">
|
||||||
<command id="agenda_delete_event_command" oncommand="agendaListbox.deleteSelectedItem(false);"/>
|
<command id="agenda_delete_event_command" oncommand="agendaListbox.deleteSelectedItem(false);"/>
|
||||||
<command id="agenda_edit_event_command" oncommand="agendaListbox.editSelectedItem(event);"/>
|
<command id="agenda_edit_event_command" oncommand="agendaListbox.editSelectedItem(event);"/>
|
||||||
<command id="switch2mail" checked="true"
|
<command id="switch2mail"
|
||||||
oncommand="document.getElementById('tabmail').selectTabByMode('folder')"/>
|
checked="true"
|
||||||
|
oncommand="document.getElementById('tabmail').selectTabByMode('folder')"/>
|
||||||
<command id="switch2calendar"
|
<command id="switch2calendar"
|
||||||
oncommand="document.getElementById('tabmail').openTab('calendar', { title: document.getElementById('calendar-tab-button').getAttribute('tooltiptext') })"/>
|
oncommand="document.getElementById('tabmail').openTab('calendar', { title: document.getElementById('calendar-tab-button').getAttribute('tooltiptext') })"/>
|
||||||
<command id="switch2task"
|
<command id="switch2task"
|
||||||
oncommand="document.getElementById('tabmail').openTab('tasks', { title: document.getElementById('task-tab-button').getAttribute('tooltiptext') })"/>
|
oncommand="document.getElementById('tabmail').openTab('tasks', { title: document.getElementById('task-tab-button').getAttribute('tooltiptext') })"/>
|
||||||
<command id="new_calendar_tab"
|
<command id="new_calendar_tab"
|
||||||
oncommand="document.getElementById('tabmail').openTab('calendar', { title: document.getElementById('calendar-tab-button').getAttribute('tooltiptext') })"/>
|
oncommand="document.getElementById('tabmail').openTab('calendar', { title: document.getElementById('calendar-tab-button').getAttribute('tooltiptext') })"/>
|
||||||
<command id="new_task_tab"
|
<command id="new_task_tab"
|
||||||
oncommand="document.getElementById('tabmail').openTab('tasks', { title: document.getElementById('task-tab-button').getAttribute('tooltiptext') })"/>
|
oncommand="document.getElementById('tabmail').openTab('tasks', { title: document.getElementById('task-tab-button').getAttribute('tooltiptext') })"/>
|
||||||
<command id="calendar_go_to_today_command"
|
<command id="calendar_go_to_today_command"
|
||||||
oncommand="document.getElementById('tabmail').openTab('calendar', { title: document.getElementById('calendar-tab-button').getAttribute('tooltiptext') }); goToDate(now())"/>
|
oncommand="document.getElementById('tabmail').openTab('calendar', { title: document.getElementById('calendar-tab-button').getAttribute('tooltiptext') }); goToDate(now())"/>
|
||||||
</commandset>
|
</commandset>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче