From 0922bcf5c61f8fca804c85a2a6ec8aeebf2f6600 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 4 Dec 2010 23:54:24 +0000 Subject: RTx-Statistics in 2.1 / 3.8 --- .../Statistics/Elements/ControlsAsTable/ControlBox | 103 --------------------- 1 file changed, 103 deletions(-) delete mode 100644 rt/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox (limited to 'rt/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox') diff --git a/rt/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox b/rt/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox deleted file mode 100644 index ce043e294..000000000 --- a/rt/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - -
- - X  - - <% $Title %> - -   -
- -% if (defined $ShowStatus) { - - - - -% } -% if (defined $ShowSingleQueue) { - - - - -% } -% if (defined $ShowDates) { - - <& /RTx/Statistics/Elements/DateSelectRow, Label => "Start Date:", - refMonth => $sMonth, nameMonth => "sMonth", - refDay => $sDay, nameDay => "sDay", - refYear => $sYear, nameYear => "sYear" &> - - - <& /RTx/Statistics/Elements/DateSelectRow, Label => "End Date:", - refMonth => $eMonth, nameMonth => "eMonth", - refDay => $eDay, nameDay => "eDay", - refYear => $eYear, nameYear => "eYear" &> - - - - - -% } -% if (defined $ShowMultiQueues) { - -% if (defined $ShowDates) { -%# If we're showing the dates, we put these side by side. - - -% } else { - - - - -% } - -% } - <& /RTx/Statistics/Elements/ControlsAsTable/UpdatePage &> -
Show Status: - <& /Elements/SelectStatus, Name=>"status", Default => $Status, DefaultValue => undef &> -
Show Queue: - <& /Elements/SelectQueue, Name=>"Queue", Default=>$Queue ,ShowNullOption=>0, - CheckQueueRight=>'SeeQueue' &> -
Show Weekends: - -
Select All Queues: - <& /RTx/Statistics/Elements/SelectMultiQueue, Name=>"queues", Selected=>$queues_ref, - ShowNullOption=>0, CheckQueueRight=>'SeeQueue', Size => 10, NamedValues => 1 &> - - <& /RTx/Statistics/Elements/SelectMultiQueue, Name=>"queues", Selected=>$queues_ref, - ShowNullOption=>0, CheckQueueRight=>'SeeQueue', Size => 10, NamedValues => 1 &> -
Select All Queues:
-
- - -
-<%args> -$Title => undef -$ShowMultiQueues => undef -$queues_ref => undef -$ShowDates => undef -$sMonth => undef -$sDay => undef -$sYear => undef -$eMonth => undef -$eDay => undef -$eYear => undef -$weekends => undef -$ShowSingleQueue => undef -$Queue => undef -$ShowStatus => undef -$Status => undef - - -- cgit v1.2.1