summaryrefslogtreecommitdiffstats
path: root/comm/calendar/base/content/calendar-status-bar.inc.xhtml
blob: e99078a27b7fa5b7aa9c67301b2c95c5546817e4 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# 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/.

<!-- event/task in tab statusbarpanels -->
<hbox id="status-privacy"
      class="statusbarpanel event-dialog"
      align="center"
      flex="1"
      collapsed="true"
      pack="start">
  <label value="&event.statusbarpanel.privacy.label;"/>
  <hbox id="status-privacy-public-box" privacy="PUBLIC">
    <label value="&event.menu.options.privacy.public.label;"/>
  </hbox>
  <hbox id="status-privacy-confidential-box" privacy="CONFIDENTIAL">
    <label value="&event.menu.options.privacy.confidential.label;"/>
  </hbox>
  <hbox id="status-privacy-private-box" privacy="PRIVATE">
    <label value="&event.menu.options.privacy.private.label;"/>
  </hbox>
</hbox>
<hbox id="status-priority"
      class="statusbarpanel event-dialog"
      align="center"
      flex="1"
      collapsed="true"
      pack="start">
  <label value="&event.priority2.label;"/>
  <html:img class="cal-statusbar-1" />
</hbox>
<hbox id="status-status"
      class="statusbarpanel event-dialog"
      align="center"
      flex="1"
      collapsed="true"
      pack="start">
  <label value="&task.status.label;"/>
  <label id="status-status-tentative-label"
         value="&newevent.status.tentative.label;"
         hidden="true"/>
  <label id="status-status-confirmed-label"
         value="&newevent.status.confirmed.label;"
         hidden="true"/>
  <label id="status-status-cancelled-label"
         value="&newevent.eventStatus.cancelled.label;"
         hidden="true"/>
</hbox>
<hbox id="status-freebusy"
      class="statusbarpanel event-only event-dialog"
      align="center"
      flex="1"
      collapsed="true"
      pack="start">
  <label value="&event.statusbarpanel.freebusy.label;"/>
  <label id="status-freebusy-free-label"
         value="&event.freebusy.legend.free;"
         hidden="true"/>
  <label id="status-freebusy-busy-label"
         value="&event.freebusy.legend.busy;"
         hidden="true"/>
</hbox>
<!-- end event/task in tab statusbarpanels -->

<calendar-modebox id="calendar-show-todaypane-panel"
                  class="statusbarpanel themeable-brighttext hide-when-calendar-deactivated"
                  mode="mail,calendar,task,chat,calendarEvent,calendarTask"
                  collapsedinmodes="special"
                  pack="center">
  <toolbarbutton id="calendar-status-todaypane-button"
                 type="checkbox"
                 label="&todaypane.statusButton.label;"
                 tooltiptext="&calendar.todaypane.button.tooltip;"
                 command="calendar_toggle_todaypane_command"/>
</calendar-modebox>