Commit c97e028e4be4ecb61675b773c53afbe7ed198585

Authored by Rodrigo Gonçalves
0 parents
Exists in master

Initial commit

Showing 1 changed file with 27 additions and 0 deletions   Show diff stats
AgentsPerQueue.sopm 0 → 100755
  1 +++ a/AgentsPerQueue.sopm
... ... @@ -0,0 +1,27 @@
  1 +<?xml version="1.0" encoding="utf-8" ?>
  2 +<otrs_package version="1.0">
  3 + <Name>AgentsPerQueue</Name>
  4 + <Version>1.0.3</Version>
  5 + <Framework>3.x.x</Framework>
  6 + <Vendor>SeTIC</Vendor>
  7 + <URL>http://www.setic.ufsc.br</URL>
  8 + <License>Free</License>
  9 + <Description Lang="pt-br">Agentes por fila
  10 +
  11 + Versão 1.0.0 - Versão inicial
  12 + Versão 1.0.2 - Encaminhamentos
  13 + Versão 1.0.3 - Ajustes de encaminhamento
  14 +
  15 + </Description>
  16 + <IntroInstall Type="post" Lang="pt-br" Title="Thank you">Módulo de agentes por fila instalado com sucesso!</IntroInstall>
  17 + <Description Lang="en">Agents per queue module</Description>
  18 + <IntroInstall Type="post" Lang="en" Title="Thank you">Agents per queue module installed successfully!</IntroInstall>
  19 + <BuildDate>?</BuildDate>
  20 + <BuildHost>?</BuildHost>
  21 + <Filelist>
  22 + <File Permission="644" Location="Kernel/Config/Files/AgentsPerQueue.xml"></File>
  23 + <File Permission="644" Location="Kernel/Language/pt_BR_AgentsPerQueue.pm"></File>
  24 + <File Permission="644" Location="Kernel/Modules/AgentsPerQueue.pm"></File>
  25 + <File Permission="644" Location="Kernel/Output/HTML/Standard/AgentsPerQueue.dtl"></File>
  26 + </Filelist>
  27 +</otrs_package>
0 28 \ No newline at end of file
... ...