blob: 79ae5d662a868d3451d3e040a2534137ab10733f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
<overlay id="suiteSidebarOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
<script src="chrome://lightning/content/suite-overlay-sidebar.js"/>
<key id="openLightningKey" removeelement="true"/>
<key id="openTasksKey" removeelement="true"/>
<key id="calendar-new-event-key" removeelement="true"/>
<key id="calendar-new-todo-key" removeelement="true"/>
<menuitem id="CustomizeTaskActionsToolbar"
oncommand="goCustomizeToolbar(document.getElementById('task-actions-toolbox'))"/>
<toolbox id="calendar-toolbox"
defaultlabelalign="end"
xpfe="false"/>
<toolbox id="task-toolbox"
defaultlabelalign="end"
xpfe="false"/>
<toolbox id="task-actions-toolbox"
defaultlabelalign="end"
xpfe="false"/>
<toolbar id="calendar-toolbar2"
defaultlabelalign="end"
context="toolbar-context-menu"/>
<toolbar id="task-toolbar2"
defaultlabelalign="end"
context="toolbar-context-menu"/>
<toolbar id="task-actions-toolbar"
context="toolbar-context-menu"/>
</overlay>
|