diff --git a/CreateOpm.sh b/CreateOpm.sh index 59688e8..2061e94 100755 --- a/CreateOpm.sh +++ b/CreateOpm.sh @@ -1,5 +1,5 @@ #!/bin/bash LOCAL="$PWD" -cd /opt/otrs/bin -./otrs.PackageManager.pl -a build -p "$LOCAL"/QueuesPanel.sopm -o "$LOCAL"/ +cd /opt/otrs +bin/otrs.Console.pl Dev::Package::Build "$LOCAL"/QueuesPanel.sopm "$LOCAL"/ cd $LOCAL diff --git a/CreateOpmUFSC.sh b/CreateOpmUFSC.sh index 3dd99b6..5a8e52e 100755 --- a/CreateOpmUFSC.sh +++ b/CreateOpmUFSC.sh @@ -1,5 +1,5 @@ #!/bin/bash LOCAL="$PWD" -cd /opt/otrs/bin -./otrs.PackageManager.pl -a build -p "$LOCAL"/QueuePanelUFSC.sopm -o "$LOCAL"/ +cd /opt/otrs +bin/otrs.Console.pl Dev::Package::Build "$LOCAL"/QueuePanelUFSC.sopm "$LOCAL"/ cd $LOCAL diff --git a/Kernel/Output/HTML/Standard/CustomerFooterQPUFSC.tt b/Kernel/Output/HTML/Standard/CustomerFooterQPUFSC.tt deleted file mode 100755 index a8f3b62..0000000 --- a/Kernel/Output/HTML/Standard/CustomerFooterQPUFSC.tt +++ /dev/null @@ -1,33 +0,0 @@ -# -- -# CustomerFooterQPUFSC.tt - Footer para Queues Panel na UFSC -# Copyright (C) 2001-2014 OTRS AG, http://otrs.com/ -# -- -# This software comes with ABSOLUTELY NO WARRANTY. For details, see -# the enclosed file COPYING for license information (AGPL). If you -# did not receive this file, see http://www.gnu.org/licenses/agpl.txt. -# -- - -
- -
-
-
-
-
-
© SeTIC - Superintendência de Governança Eletrônica e Tecnologia da Informação e Comunicação -
- -
- - - - -[% InsertTemplate("CustomerFooterJS.tt") %] - - - diff --git a/Kernel/Output/HTML/Standard/CustomerHTMLHeadQPUFSC.tt b/Kernel/Output/HTML/Standard/CustomerHTMLHeadQPUFSC.tt deleted file mode 100755 index 6fc4761..0000000 --- a/Kernel/Output/HTML/Standard/CustomerHTMLHeadQPUFSC.tt +++ /dev/null @@ -1,159 +0,0 @@ -# -- -# CustomerHTMLHeadUFSC.tt - provides FSC global HTML header -# Copyright (C) 2015, SeTIC - UFSC - http://setic.ufsc.br/ -# -- -# This software comes with ABSOLUTELY NO WARRANTY. For details, see -# the enclosed file COPYING for license information (AGPL). If you -# did not receive this file, see http://www.gnu.org/licenses/agpl.txt. -# -- - - -[% RenderBlockStart("MetaHttpEquivRefresh") %] -[% INCLUDE "HTMLHeadRefresh.tt" %] -[% RenderBlockEnd("MetaHttpEquivRefresh") %] -[% RenderBlockStart("MetaLink") %] - -[% RenderBlockEnd("MetaLink") %] - - -[% RenderBlockStart("CommonCSS") %] - -[% RenderBlockEnd("CommonCSS") %] - -[% RenderBlockStart("CommonCSS_IE8") %] - -[% RenderBlockEnd("CommonCSS_IE8") %] - -[% RenderBlockStart("ModuleCSS") %] - -[% RenderBlockEnd("ModuleCSS") %] - -[% RenderBlockStart("ModuleCSS_IE8") %] - -[% RenderBlockEnd("ModuleCSS_IE8") %] - - - - -[% RenderBlockStart("HeaderLogoCSS") %] - -[% RenderBlockEnd("HeaderLogoCSS") %] - - - - - - - - - [% Data.TitleArea | html %] [% Config("ProductName") %] - - - - -[% INCLUDE "HTMLHeadBlockEvents.tt" %] - - diff --git a/Kernel/Output/HTML/Standard/CustomerHeaderQPUFSC.tt b/Kernel/Output/HTML/Standard/CustomerHeaderQPUFSC.tt deleted file mode 100755 index a3f3706..0000000 --- a/Kernel/Output/HTML/Standard/CustomerHeaderQPUFSC.tt +++ /dev/null @@ -1,40 +0,0 @@ -# -- -# CustomerHeaderQPUFSC.tt - provides global HTML header for UFSC -# Copyright (C) 2015, SeTIC - UFSC - http://setic.ufsc.br/ -# -- -# This software comes with ABSOLUTELY NO WARRANTY. For details, see -# the enclosed file COPYING for license information (AGPL). If you -# did not receive this file, see http://www.gnu.org/licenses/agpl.txt. -# -- -[%- INCLUDE "HTTPHeaders.tt" -%] - - - -[% InsertTemplate("Copyright.tt") %] -[% InsertTemplate("CustomerHTMLHeadQPUFSC.tt") %] - - - - - - - - - - -
PAI - Portal de Atendimento Institucional
-
-
-
- - diff --git a/Kernel/Output/HTML/Standard/QueuesPanel.tt b/Kernel/Output/HTML/Standard/QueuesPanel.tt deleted file mode 100644 index 2f5c2c8..0000000 --- a/Kernel/Output/HTML/Standard/QueuesPanel.tt +++ /dev/null @@ -1,39 +0,0 @@ -# -- -# Kernel/Output/HTML/Standard/QueuesPanel.tt - overview -# -# Copyright (C) SeTIC - UFSC - http://setic.ufsc.br/ -# Version 01/12/2015 - Support for OTRS 4.0.3 -# -# -- -# $Id: writing-otrs-application.xml,v 1.1 2010/08/13 08:59:28 mg Exp $ -# -- -# This software comes with ABSOLUTELY NO WARRANTY. For details, see -# the enclosed file COPYING for license information (AGPL). If you -# did not receive this file, see http://www.gnu.org/licenses/agpl.txt. -# -- -
-
[% Data.MsgChooseQueue %]
- -
- - [% RenderBlockStart("ListQueue") %] -
- -
[% Data.QueueComments %]
-
- -[% RenderBlockEnd("ListQueue") %] - -
- -[% WRAPPER JSOnDocumentComplete %] - -[% END %] - - \ No newline at end of file diff --git a/Kernel/Output/HTML/Templates/Standard/CustomerFooterQPUFSC.tt b/Kernel/Output/HTML/Templates/Standard/CustomerFooterQPUFSC.tt new file mode 100755 index 0000000..cff9cf1 --- /dev/null +++ b/Kernel/Output/HTML/Templates/Standard/CustomerFooterQPUFSC.tt @@ -0,0 +1,33 @@ +# -- +# CustomerFooterQPUFSC.tt - Footer para Queues Panel na UFSC +# Copyright (C) 2001-2014 OTRS AG, http://otrs.com/ +# -- +# This software comes with ABSOLUTELY NO WARRANTY. For details, see +# the enclosed file COPYING for license information (AGPL). If you +# did not receive this file, see http://www.gnu.org/licenses/agpl.txt. +# -- + +
+ +
+
+
+
+
+
© SeTIC - Superintendência de Governança Eletrônica e Tecnologia da Informação e Comunicação +
+ +
+ + + + +[% InsertTemplate("CustomerFooterJS.tt") %] + + + diff --git a/Kernel/Output/HTML/Templates/Standard/CustomerHTMLHeadQPUFSC.tt b/Kernel/Output/HTML/Templates/Standard/CustomerHTMLHeadQPUFSC.tt new file mode 100755 index 0000000..6fc4761 --- /dev/null +++ b/Kernel/Output/HTML/Templates/Standard/CustomerHTMLHeadQPUFSC.tt @@ -0,0 +1,159 @@ +# -- +# CustomerHTMLHeadUFSC.tt - provides FSC global HTML header +# Copyright (C) 2015, SeTIC - UFSC - http://setic.ufsc.br/ +# -- +# This software comes with ABSOLUTELY NO WARRANTY. For details, see +# the enclosed file COPYING for license information (AGPL). If you +# did not receive this file, see http://www.gnu.org/licenses/agpl.txt. +# -- + + +[% RenderBlockStart("MetaHttpEquivRefresh") %] +[% INCLUDE "HTMLHeadRefresh.tt" %] +[% RenderBlockEnd("MetaHttpEquivRefresh") %] +[% RenderBlockStart("MetaLink") %] + +[% RenderBlockEnd("MetaLink") %] + + +[% RenderBlockStart("CommonCSS") %] + +[% RenderBlockEnd("CommonCSS") %] + +[% RenderBlockStart("CommonCSS_IE8") %] + +[% RenderBlockEnd("CommonCSS_IE8") %] + +[% RenderBlockStart("ModuleCSS") %] + +[% RenderBlockEnd("ModuleCSS") %] + +[% RenderBlockStart("ModuleCSS_IE8") %] + +[% RenderBlockEnd("ModuleCSS_IE8") %] + + + + +[% RenderBlockStart("HeaderLogoCSS") %] + +[% RenderBlockEnd("HeaderLogoCSS") %] + + + + + + + + + [% Data.TitleArea | html %] [% Config("ProductName") %] + + + + +[% INCLUDE "HTMLHeadBlockEvents.tt" %] + + diff --git a/Kernel/Output/HTML/Templates/Standard/CustomerHeaderQPUFSC.tt b/Kernel/Output/HTML/Templates/Standard/CustomerHeaderQPUFSC.tt new file mode 100755 index 0000000..a3f3706 --- /dev/null +++ b/Kernel/Output/HTML/Templates/Standard/CustomerHeaderQPUFSC.tt @@ -0,0 +1,40 @@ +# -- +# CustomerHeaderQPUFSC.tt - provides global HTML header for UFSC +# Copyright (C) 2015, SeTIC - UFSC - http://setic.ufsc.br/ +# -- +# This software comes with ABSOLUTELY NO WARRANTY. For details, see +# the enclosed file COPYING for license information (AGPL). If you +# did not receive this file, see http://www.gnu.org/licenses/agpl.txt. +# -- +[%- INCLUDE "HTTPHeaders.tt" -%] + + + +[% InsertTemplate("Copyright.tt") %] +[% InsertTemplate("CustomerHTMLHeadQPUFSC.tt") %] + + + + + + + + + + +
PAI - Portal de Atendimento Institucional
+
+
+
+ + diff --git a/Kernel/Output/HTML/Templates/Standard/QueuesPanel.tt b/Kernel/Output/HTML/Templates/Standard/QueuesPanel.tt new file mode 100644 index 0000000..2f5c2c8 --- /dev/null +++ b/Kernel/Output/HTML/Templates/Standard/QueuesPanel.tt @@ -0,0 +1,39 @@ +# -- +# Kernel/Output/HTML/Standard/QueuesPanel.tt - overview +# +# Copyright (C) SeTIC - UFSC - http://setic.ufsc.br/ +# Version 01/12/2015 - Support for OTRS 4.0.3 +# +# -- +# $Id: writing-otrs-application.xml,v 1.1 2010/08/13 08:59:28 mg Exp $ +# -- +# This software comes with ABSOLUTELY NO WARRANTY. For details, see +# the enclosed file COPYING for license information (AGPL). If you +# did not receive this file, see http://www.gnu.org/licenses/agpl.txt. +# -- +
+
[% Data.MsgChooseQueue %]
+ +
+ + [% RenderBlockStart("ListQueue") %] +
+ +
[% Data.QueueComments %]
+
+ +[% RenderBlockEnd("ListQueue") %] + +
+ +[% WRAPPER JSOnDocumentComplete %] + +[% END %] + + \ No newline at end of file diff --git a/QueuePanelUFSC.sopm b/QueuePanelUFSC.sopm index ae94fa3..00491f1 100755 --- a/QueuePanelUFSC.sopm +++ b/QueuePanelUFSC.sopm @@ -1,9 +1,10 @@ QueuesPanelUFSC - 1.0.0 - 4.0.4 + 1.1.0 + 5.0.x SeTIC + Support for OTRS 5.0.x http://www.setic.ufsc.br GPLv2 Customer header/footer for QueuesPanel module for UFSC @@ -12,9 +13,9 @@ ? ? - - - + + + diff --git a/QueuesPanel.sopm b/QueuesPanel.sopm index 7b60369..f4a56ac 100755 --- a/QueuesPanel.sopm +++ b/QueuesPanel.sopm @@ -1,10 +1,11 @@ QueuesPanel - 1.1.0 - 4.0.4 + 1.2.0 + 5.0.x SeTIC Support for custom queues, layout fixes, support for custom layouts for header and footer + Support for OTRS 5.0.x http://www.setic.ufsc.br GPLv2 Queue choosing panel @@ -25,7 +26,7 @@ - + -- libgit2 0.21.2