1 /*
2  * itip-view-elements-defines.h
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) version 3.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with the program; if not, see <http://www.gnu.org/licenses/>
16  *
17  */
18 
19 #ifndef ITIP_VIEW_ELEMENTS_DEFINES_H
20 #define ITIP_VIEW_ELEMENTS_DEFINES_H
21 
22 #define TEXT_ROW_SENDER "text_row_sender"
23 #define TABLE_ROW_SUMMARY "table_row_summary"
24 #define TABLE_ROW_LOCATION "table_row_location"
25 #define TABLE_ROW_URL "table_row_url"
26 #define TABLE_ROW_START_DATE "table_row_start_time"
27 #define TABLE_ROW_END_DATE "table_row_end_time"
28 #define TABLE_ROW_STATUS "table_row_status"
29 #define TABLE_ROW_COMMENT "table_row_comment"
30 #define TABLE_ROW_DESCRIPTION "table_row_description"
31 #define TABLE_ROW_RSVP_COMMENT "table_row_rsvp_comment"
32 #define TABLE_ROW_ESCB "table_row_escb"
33 #define TABLE_ROW_BUTTONS "table_row_buttons"
34 #define TABLE_ROW_ESCB_LABEL "table_row_escb_label"
35 #define TABLE_ROW_ATTENDEES "table_row_attendees"
36 
37 #define TABLE_BUTTONS "table_buttons"
38 
39 #define SELECT_ESOURCE "select_esource"
40 #define TEXTAREA_RSVP_COMMENT "textarea_rsvp_comment"
41 
42 #define CHECKBOX_RSVP "checkbox_rsvp"
43 #define CHECKBOX_RECUR "checkbox_recur"
44 #define CHECKBOX_UPDATE "checkbox_update"
45 #define CHECKBOX_FREE_TIME "checkbox_free_time"
46 #define CHECKBOX_KEEP_ALARM "checkbox_keep_alarm"
47 #define CHECKBOX_INHERIT_ALARM "checkbox_inherit_alarm"
48 
49 #define BUTTON_OPEN_CALENDAR "button_open_calendar"
50 #define BUTTON_DECLINE "button_decline"
51 #define BUTTON_DECLINE_ALL "button_decline_all"
52 #define BUTTON_ACCEPT "button_accept"
53 #define BUTTON_ACCEPT_ALL "button_accept_all"
54 #define BUTTON_TENTATIVE "button_tentative"
55 #define BUTTON_TENTATIVE_ALL "button_tentative_all"
56 #define BUTTON_SEND_INFORMATION "button_send_information"
57 #define BUTTON_UPDATE "button_update"
58 #define BUTTON_UPDATE_ATTENDEE_STATUS "button_update_attendee_status"
59 #define BUTTON_SAVE "button_save"
60 
61 #define TABLE_UPPER_ITIP_INFO "table_upper_itip_info"
62 #define TABLE_LOWER_ITIP_INFO "table_lower_itip_info"
63 
64 #define DIV_ITIP_CONTENT "div_itip_content"
65 #define DIV_ITIP_ERROR "div_itip_error"
66 
67 #endif /* ITIP_VIEW_ELEMENTS_DEFINES_H */
68