AgentsPerQueue.xml 3.03 KB
<?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>