QueuesPanel.xml 11.2 KB
<?xml version="1.0" encoding="UTF-8" ?>
<otrs_config init="Application"	version="2.0">
	<Setting Name="CustomerFrontend::Module###QueuesPanel" Required="0" Valid="1">
		<Description>FrontendModuleRegistration for QueuesPanel module.</Description>
		<Navigation>Frontend::Customer::ModuleRegistration</Navigation>
		<Value>
            <Item ValueType="FrontendRegistration">
                <Hash>
                    <Item Key="Group">
                        <Array>
                        </Array>
                    </Item>
                    <Item Key="GroupRo">
                        <Array>
                        </Array>
                    </Item>
    				<Item Key="Description">Module for choosing main queues to open tickets</Item>
    				<Item Key="NavBarName">QueuesPanel</Item>
    				<!-- JQueryPlugin for colums -->
    			</Hash>
            </Item>
        </Value>
	</Setting>
    <Setting Name="Loader::Module::QueuesPanel###002-QueuesPanel" Required="0" Valid="1">
        <Description Translatable="1">Loader module registration for the agent interface.</Description>
        <Navigation>Frontend::Customer::ModuleRegistration::Loader</Navigation>
        <Value>
            <Hash>
                <Item Key="CSS">
                    <Array>
                        <Item>QueuesPanel.css</Item>
                        <Item>hColumns/hcolumns.css</Item>
                        <Item>hColumns/hcolumns-intro.css</Item>
                        <Item>hColumns/reset.css</Item>
                        <Item>bootstrap/bootstrap-theme.min.css</Item>
                        <Item>bootstrap/bootstrap.min.css</Item>                        
                    </Array>
                </Item>
                <Item Key="JavaScript">
                    <Array>
                        <Item>thirdparty/hColumns/jquery.hcolumns.min.js</Item>
                        <Item>thirdparty/bootstrap/bootstrap.min.js</Item>
                        <Item>QueuesPanel.js</Item>
                    </Array>
                </Item>
            </Hash>
        </Value>
    </Setting>
    <Setting Name="CustomerFrontend::Navigation###QueuesPanel###002-QueuesPanel" Required="0" Valid="1">
        <Description Translatable="1">Main menu item registration.</Description>
        <Navigation>Frontend::Customer::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 Lang="pt_BR" Key="Description">Painel de filas</Item>
                        <Item Lang="pt_BR" Key="Name">Painel de filas</Item>
                        <Item Key="Description">Queues panel</Item>
                        <Item Key="Name">Queues panel</Item>
                        <Item Key="Link">Action=QueuesPanel</Item>
                        <Item Key="LinkOption"></Item>
                        <Item Key="NavBar">QueuesPanel</Item>
                        <Item Key="Type">Menu</Item>
                        <Item Key="Block"></Item>
                        <Item Key="AccessKey"></Item>
                        <Item Key="Prio">8400</Item>
                    </Hash>
                </Item>
            </Array>
        </Value>
    </Setting>
 
	<Setting Name="PublicFrontend::Module###QueuesPanelPublic" Required="0" Valid="1">
		<Description>FrontendModuleRegistration for QueuesPanelPublic module.</Description>
		<Navigation>Frontend::Public::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 choosing main queues to open tickets</Item>
    				<Item Key="Description" Lang="pt_BR">Módulo para escolher as filas principais para abrir tickets</Item>
    				<Item Key="NavBarName">QueuesPanel</Item>
    				<!-- JQueryPlugin for colums -->
    			</Hash>
            </Item>
        </Value>
	</Setting>
    <Setting Name="Loader::Module::QueuesPanelPublic###002-QueuesPanel" Required="0" Valid="1">
        <Description Translatable="1">Loader module registration for the agent interface.</Description>
        <Navigation>Frontend::Public::ModuleRegistration</Navigation>
        <Value>
            <Hash>
                <Item Key="CSS">
                    <Array>
                        <Item>QueuesPanel.css</Item>
                        <Item>hColumns/hcolumns.css</Item>
                        <Item>hColumns/hcolumns-intro.css</Item>
                        <Item>hColumns/reset.css</Item>
                        <Item>bootstrap/bootstrap-theme.min.css</Item>
                        <Item>bootstrap/bootstrap.min.css</Item>
                    </Array>
                </Item>
                <Item Key="JavaScript">
                    <Array>
                        <Item>thirdparty/hColumns/jquery.hcolumns.min.js</Item>
                        <Item>thirdparty/bootstrap/bootstrap.min.js</Item>                        
                        <Item>QueuesPanel.js</Item>
                    </Array>
                </Item>
            </Hash>
        </Value>
    </Setting>
    <Setting Name="PublicFrontend::Navigation###QueuesPanelPublic###002-QueuesPanel" Required="0" Valid="1">
        <Description Translatable="1">Main menu item registration.</Description>
        <Navigation>Frontend::Public::ModuleRegistration</Navigation>
        <Value>
            <Array>
                <DefaultItem ValueType="FrontendNavigation">
                    <Hash>
                    </Hash>
                </DefaultItem>
                <Item>
                    <Hash>
                        <Item Key="Group">
                            <Array>
                            </Array>
                        </Item>
                        <Item Key="GroupRo">
                            <Array>
                            </Array>
                        </Item>
                        <Item Lang="pt_BR" Key="Description">Painel de filas</Item>
                        <Item Lang="pt_BR" Key="Name">Painel de filas</Item>
                        <Item Lang="en" Key="Description">Queues panel</Item>
                        <Item Lang="en" Key="Name">Queues panel</Item>
                        <Item Key="Link">Action=QueuesPanelPublic</Item>
                        <Item Key="LinkOption"></Item>
                        <Item Key="NavBar">QueuesPanel</Item>
                        <Item Key="Type">Menu</Item>
                        <Item Key="Block"></Item>
                        <Item Key="AccessKey"></Item>
                        <Item Key="Prio">8400</Item>
                    </Hash>
                </Item>
            </Array>
        </Value>
    </Setting>
 	

	<Setting Name="Ticket::Frontend::Customer::QueuesPanel###MessageChooseQueuePublic"
		Required="0" Valid="1">
		<Description Lang="en">Message to let the user choose a queue in public mode (non-authenticated).</Description>
		<Description Lang="pt_BR">Mensagem ao usuário para que escolha uma fila em modo público (não-autenticado).</Description>
		<Navigation>Frontend::Customer::QueuesPanel</Navigation>
		<Value>
			<Item ValueType="String" ValueRegex="">Please choose the queue to send the ticket to</Item>
		</Value>
	</Setting>	
	
	<Setting Name="Ticket::Frontend::Customer::QueuesPanel###MessageChooseQueue"
		Required="0" Valid="1">
		<Description Lang="en">Message to let the user choose a queue.</Description>
		<Description Lang="pt_BR">Mensagem ao usuário para que escolha uma fila.</Description>
		<Navigation>Frontend::Customer::QueuesPanel</Navigation>
		<Value>
			<Item ValueType="String" ValueRegex="">Please choose the queue to send the ticket to</Item>
		</Value>
	</Setting>
	
	<Setting Name="Ticket::Frontend::Customer::QueuesPanel###IgnoreQueuesIDs"
		Required="0" Valid="1">
		<Description Lang="en">Queues IDs to not show in panel (comma separated).</Description>
		<Description Lang="pt_BR">IDs de filas que não devem ser exibidas no painel (separados por vírgula)</Description>
		<Navigation>Frontend::Customer::QueuesPanel</Navigation>
		<Value>
			<Item ValueType="String" ValueRegex=""></Item>
		</Value>
	</Setting>
	
	<Setting Name="Ticket::Frontend::Customer::QueuesPanel###CustomHeaderFooterID"
		Required="0" Valid="1">
		<Description Lang="en">Customer footer/header suffix, if used.</Description>
		<Description Lang="pt_BR">Sufixo para cabeçalhos personalizados, se usado.</Description>
		<Navigation>Frontend::Customer::QueuesPanel</Navigation>
		<Value>
			<Item ValueType="String" ValueRegex=""></Item>
		</Value>
	</Setting>
	
	<Setting Name="Ticket::Frontend::Customer::QueuesPanel###ExtraQueues"
		Required="0" Valid="1">
		<Description Lang="en">Extra queues to show in panel in public mode (non-authenticated). Format: One per Line, Name|URL</Description>
		<Description Lang="pt_BR">Filas adicionais (simuladas) para exibir no painel em modo público (não autenticado). Formato: Uma por linha, Nome|URL</Description>
		<Navigation>Frontend::Customer::QueuesPanel</Navigation>
		<Value>
			<Item ValueType="Textarea"></Item>
		</Value>
	</Setting>
	
	<Setting Name="Ticket::Frontend::Customer::QueuesPanel###ExtraQueuesPublic"
		Required="0" Valid="1">
		<Description Lang="en">Extra queues to show in panel in public mode (non-authenticated). Format: One per Line, Name|URL</Description>
		<Description Lang="pt_BR">Filas adicionais (simuladas) para exibir no painel em modo público (não autenticado). Formato: Uma por linha, Nome|URL</Description>
		<Navigation>Frontend::Customer::QueuesPanel</Navigation>
		<Value>
			<Item ValueType="Textarea"></Item>
		</Value>
	</Setting>
	
	<Setting Name="Ticket::Frontend::Customer::QueuesPanel###NewTicketURL"
		Required="0" Valid="1">
		<Description Lang="en">Base URL to call to create ticket, queue ID added to the end</Description>
		<Description Lang="pr_BR">URL base para chamar quando for criar um ticket, o Id da fila é adicionado ao final</Description>
		<Navigation>Frontend::Customer::QueuesPanel</Navigation>
		<Value>
			<Item ValueType="String">/otrs/customer.pl?Action=NewTicketWizard;QueueID=</Item>
		</Value>
	</Setting>
	
	<Setting Name="Ticket::Frontend::Customer::QueuesPanel###NewTicketURLPublic"
		Required="0" Valid="1">
		<Description Lang="en">Base URL to call to create ticket, queue ID added to the end</Description>
		<Description Lang="pr_BR">URL base para chamar quando for criar um ticket em modo público (não autenticado), o Id da fila é adicionado ao final</Description>
		<Navigation>Frontend::Customer::QueuesPanel</Navigation>
		<Value>
			<Item ValueType="String">/otrs/public.pl?Action=NewTicketWizardPublic;QueueID=</Item>
		</Value>
	</Setting>	
	
			
</otrs_config>