AgentsPerQueue.xml
3.03 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
<?xml version="1.0" encoding="UTF-8" ?>
<otrs_config init="Application" version="2.0">
<!-- Módulo Matriz -->
<Setting Name="Frontend::Module###AgentsPerQueue" Required="0" Valid="1">
<Description Lang="en">FrontendModuleRegistration for AgentsPerQueue module.</Description>
<Description Lang="pt_BR">FrontendModuleRegistration para o módulo AgentsPerQueue.</Description>
<Navigation>Frontend::Agent::ModuleRegistration</Navigation>
<Value>
<Item ValueType="FrontendRegistration">
<Hash>
<Item Key="Group">
<Array>
</Array>
</Item>
<Item Key="GroupRo">
<Array>
</Array>
</Item>
<Item Key="Description" Lang="en">Module for publishing agents per queue matrix</Item>
<Item Key="Description" Lang="pt_BR">Módulo da matriz de agentes por fila</Item>
<Item Key="NavBarName">Service</Item>
</Hash>
</Item>
</Value>
</Setting>
<Setting Name="Loader::Module::AgentsPerQueue###002-AgentsPerQueue" Required="0" Valid="1">
<Description Translatable="1">Loader module registration for the agent interface.</Description>
<Navigation>Frontend::Agent::ModuleRegistration::Loader</Navigation>
<Value>
<Hash>
</Hash>
</Value>
</Setting>
<Setting Name="Frontend::Navigation###AgentsPerQueue###002-AgentsPerQueue" Required="0" Valid="1">
<Description Translatable="1">Main menu item registration.</Description>
<Navigation>Frontend::Agent::ModuleRegistration::MainMenu</Navigation>
<Value>
<Array>
<DefaultItem ValueType="FrontendNavigation">
<Hash>
</Hash>
</DefaultItem>
<Item>
<Hash>
<Item Key="Group">
<Array>
</Array>
</Item>
<Item Key="GroupRo">
<Array>
</Array>
</Item>
<Item Key="Description">Agents per queue matrix</Item>
<Item Key="Name">Agents per queue matrix</Item>
<Item Key="Description" Lang="pt_BR">Matriz de agentes por fila</Item>
<Item Key="Name" Lang="pt_BR">Matriz de agentes por fila</Item>
<Item Key="Link">Action=AgentsPerQueue</Item>
<Item Key="LinkOption"></Item>
<Item Key="NavBar">Service</Item>
<Item Key="Type"></Item>
<Item Key="Block"></Item>
<Item Key="AccessKey"></Item>
<Item Key="Prio">8200</Item>
</Hash>
</Item>
</Array>
</Value>
</Setting>
</otrs_config>