aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-event-editor.xml
blob: 252c07109aca83f07ac340855b0dbe4350d09afe (plain) (blame)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<Root>
    <commands>
                <cmd name="ViewRole" _label="R_ole Field"
        _tip="Toggles whether the Role field is displayed"
        type="toggle" state="0"/>
        
        <cmd name="ViewRSVP" _label="_RSVP"
        _tip="Toggles whether the RSVP field is displayed"
        type="toggle" state="0"/>
                
        <cmd name="ViewType" _label="_Type Field"
        _tip="Toggles whether the Attendee Type field is displayed"
        type="toggle" state="0"/>       

        <cmd name="ViewStatus" _label="_Status Field"
        _tip="Toggles whether the Status field is displayed"
        type="toggle" state="0"/>

        <cmd name="ViewTimeZone" _label="Time _Zone"
        _tip="Toggles whether the time zone is displayed"
        type="toggle" state="0" pixtype="pixbuf"/>  
    
        <cmd name="ActionShowTimeBusy" _label="Show time as _busy"
        _tip="Toggles whether to show time as busy"
        type="toggle" state="0"/>   
    
        <cmd name="ActionAllDayEvent" _label="All _Day Event"
        _tip="Toggles whether to have All Day Event"
        type="toggle" state="0" pixtype="pixbuf"/>  

        <cmd name="ViewCategories" _label="_Categories"
        _tip="Toggles whether to display categories"
        type="toggle" state="0"/>

            <cmd name="ActionClassPublic" _label="Pu_blic" 
            type="radio" group="class" _tip="Classify as public"/>

        <cmd name="ActionClassPrivate" _label="_Private" 
            type="radio" group="class" _tip="Classify as Private"/>

            <cmd name="ActionClassConfidential" _label="_Confidential" 
        type="radio" group="class" _tip="Classify as Confidential"/>

        <cmd name="ActionRecurrence" _label="_Recurrence"
        _tip="Make this a recurring event" pixtype="pixbuf"/>

        <cmd name="ActionFreeBusy" _label="_Free/Busy"
        _tip="Query free / busy information for the attendees" pixtype="pixbuf"/>

        <cmd name="InsertSendOptions" _label="Send Options"
        _tip="Insert advanced send options"/>

        <cmd name="ActionAlarm" _label="_Alarms"
        _tip="Click here to set or unset alarms for this event" />
    </commands>
    

  <menu>
    <submenu name="View">
      <placeholder name="AttendeeOptions">
        <menuitem name="ViewType" verb="" />
    <menuitem name="ViewStatus" verb="" />
        <menuitem name="ViewRole" verb="" />
    <menuitem name="ViewRSVP" verb="" />
        <separator f="" name="timezonesep"/>    
    <menuitem name="ViewTimeZone" verb=""/>
    <menuitem name="ViewCategories" verb=""/>   
      </placeholder>
    </submenu>
    <submenu  name="Insert">
        <menuitem name="InsertSendOptions" verb="" _label="Send Options"/>      
    </submenu>
    <submenu name="Options">
        <menuitem name="ActionAlarm" verb="" _label="_Alarms" pixtype="pixbuf"/>
        <menuitem name="ActionShowTimeBusy" verb="" _label="Show time as _busy"/>
        <menuitem name="ActionAllDayEvent" verb="" _label="All _Day Event"/>
        <submenu name="Classification" _label="_Classification">
            <menuitem name="ActionClassPublic" id="ActionClassPublic" verb=""/>
            <menuitem name="ActionClassPrivate" id="ActionClassPrivate" verb=""/>
            <menuitem name="ActionClassConfidential" id="ActionClassConfidential" verb=""/>
        </submenu>
        <menuitem name="ActionRecurrence" verb="" _label="_Recurrence" pixtype="pixbuf"/>
        <menuitem name="ActionFreeBusy" verb="" _label="_Free/Busy" pixtype="pixbuf"/>      
    </submenu>
  </menu>

  <dockitem name="Toolbar">
      <toolitem name="ActionAlarm" verb="" _label="Alarms" pixtype="pixbuf" />
      <toolitem name="ActionAllDayEvent" verb="" _label="All Day Event" pixtype="pixbuf"/>
      <toolitem name="ActionRecurrence" verb="" _label="Recurrence" pixtype="pixbuf"/>  
      <toolitem name="ActionFreeBusy" verb="" _label="Free/Busy" pixtype="pixbuf"/>           
  </dockitem>

</Root>