From c82d349f864e6bd9f96fd1156903bc1f7193a203 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 27 Dec 2010 00:04:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'. --- .../Statistics/Elements/ControlsAsTable/ControlBox | 89 ---------------------- 1 file changed, 89 deletions(-) delete mode 100644 rt/share/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox (limited to 'rt/share/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox') diff --git a/rt/share/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox b/rt/share/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox deleted file mode 100644 index e2b5c1430..000000000 --- a/rt/share/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox +++ /dev/null @@ -1,89 +0,0 @@ - - -<&/Widgets/TitleBoxStart, title => $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:
- -<&/Widgets/TitleBoxEnd&> - - -<%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