QueuesPanel.xml
5.12 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="UTF-8" ?>
<otrs_config init="Application" version="1.0">
<ConfigItem Name="CustomerFrontend::Module###QueuesPanel" Required="0" Valid="1">
<Description>FrontendModuleRegistration for QueuesPanel module.</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::ModuleRegistration</SubGroup>
<Setting>
<FrontendModuleReg>
<Description>Module for choosing main queues to open tickets</Description>
<NavBarName>QueuesPanel</NavBarName>
<NavBar>
<Description>Queues panel</Description>
<Name>Queues panel</Name>
<Link>Action=QueuesPanel</Link>
<NavBar>QueuesPanel</NavBar>
<Type>Menu</Type>
<Prio>8400</Prio>
</NavBar>
<!-- JQueryPlugin for colums -->
<Loader>
<JavaScript>thirdparty/hColumns/jquery.hcolumns.min.js</JavaScript>
<CSS>QueuesPanel.css</CSS>
<CSS>hColumns/hcolumns.css</CSS>
<CSS>hColumns/hcolumns-intro.css</CSS>
<CSS>hColumns/reset.css</CSS>
</Loader>
</FrontendModuleReg>
</Setting>
</ConfigItem>
<ConfigItem Name="PublicFrontend::Module###QueuesPanelPublic" Required="0" Valid="1">
<Description>FrontendModuleRegistration for QueuesPanelPublic module.</Description>
<Group>Framework</Group>
<SubGroup>Frontend::Public::ModuleRegistration</SubGroup>
<Setting>
<FrontendModuleReg>
<Description>Module for choosing main queues to open tickets</Description>
<NavBarName>QueuesPanel</NavBarName>
<NavBar>
<Description>Queues panel</Description>
<Name>Queues panel</Name>
<Link>Action=QueuesPanelPublic</Link>
<NavBar>QueuesPanel</NavBar>
<Type>Menu</Type>
<Prio>8400</Prio>
</NavBar>
<!-- JQueryPlugin for colums -->
<Loader>
<JavaScript>thirdparty/hColumns/jquery.hcolumns.min.js</JavaScript>
<CSS>QueuesPanel.css</CSS>
<CSS>hColumns/hcolumns.css</CSS>
<CSS>hColumns/hcolumns-intro.css</CSS>
<CSS>hColumns/reset.css</CSS>
</Loader>
</FrontendModuleReg>
</Setting>
</ConfigItem>
<ConfigItem Name="Ticket::Frontend::Customer::QueuesPanel###MessageChooseQueuePublic"
Required="0" Valid="1">
<Description>Message to let the user choose a queue.</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::QueuesPanel</SubGroup>
<Setting>
<String Regex="">Escolha o local para o qual deseja atendimento</String>
</Setting>
</ConfigItem>
<ConfigItem Name="Ticket::Frontend::Customer::QueuesPanel###MessageChooseQueue"
Required="0" Valid="1">
<Description>Message to let the user choose a queue.</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::QueuesPanel</SubGroup>
<Setting>
<String Regex="">Escolha o local para o qual deseja atendimento</String>
</Setting>
</ConfigItem>
<ConfigItem Name="Ticket::Frontend::Customer::QueuesPanel###IgnoreQueuesIDs"
Required="0" Valid="1">
<Description>Queues IDs to not show in panel (comma separated).</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::QueuesPanel</SubGroup>
<Setting>
<String Regex=""></String>
</Setting>
</ConfigItem>
<ConfigItem Name="Ticket::Frontend::Customer::QueuesPanel###CustomHeaderFooterID"
Required="0" Valid="1">
<Description>Customer footer/header suffix, if used.</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::QueuesPanel</SubGroup>
<Setting>
<String Regex=""></String>
</Setting>
</ConfigItem>
<ConfigItem Name="Ticket::Frontend::Customer::QueuesPanel###ExtraQueues"
Required="0" Valid="1">
<Description>Extra queues to show in panel. Format: One per Line, Name|URL</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::QueuesPanel</SubGroup>
<Setting>
<TextArea></TextArea>
</Setting>
</ConfigItem>
<ConfigItem Name="Ticket::Frontend::Customer::QueuesPanel###ExtraQueuesPublic"
Required="0" Valid="1">
<Description>Extra queues to show in panel, for public access. Format: One per Line, Name|URL</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::QueuesPanel</SubGroup>
<Setting>
<TextArea></TextArea>
</Setting>
</ConfigItem>
<ConfigItem Name="Ticket::Frontend::Customer::QueuesPanel###CustomJS"
Required="0" Valid="1">
<Description>Extra JS if necessary</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::QueuesPanel</SubGroup>
<Setting>
<TextArea></TextArea>
</Setting>
</ConfigItem>
<ConfigItem Name="Ticket::Frontend::Customer::QueuesPanel###NewTicketURL"
Required="0" Valid="1">
<Description>Base URL to call to create ticket, queue ID added to the end</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::QueuesPanel</SubGroup>
<Setting>
<String>/otrs/customer.pl?Action=NewTicketWizard;QueueID=</String>
</Setting>
</ConfigItem>
<ConfigItem Name="Ticket::Frontend::Customer::QueuesPanel###NewTicketURLPublic"
Required="0" Valid="1">
<Description>Base URL to call to create ticket, queue ID added to the end</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::QueuesPanel</SubGroup>
<Setting>
<String>/otrs/public.pl?Action=NewTicketWizardPublic;QueueID=</String>
</Setting>
</ConfigItem>
</otrs_config>