From 160be29a0dc62e79a4fb95d2ab8c0c7e5996760e Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 12 Aug 2002 06:17:10 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'BESTPRACTICAL'. --- rt/webrt/Admin/Queues/index.html | 52 ---------------------------------------- 1 file changed, 52 deletions(-) delete mode 100755 rt/webrt/Admin/Queues/index.html (limited to 'rt/webrt/Admin/Queues/index.html') diff --git a/rt/webrt/Admin/Queues/index.html b/rt/webrt/Admin/Queues/index.html deleted file mode 100755 index 52dfb73c8..000000000 --- a/rt/webrt/Admin/Queues/index.html +++ /dev/null @@ -1,52 +0,0 @@ -<& /Admin/Elements/Header, Title => 'Admin queues' &> -<& /Admin/Elements/Tabs, current_tab => 'Admin/Queues/' &> - - -<& /Elements/TitleBoxStart, title => 'Select a queue' &> - - - - - - -
- -
- - Include disabled queues in listing. -
-
-
-
- -% } - -<%$caption%>
-
    -%if ($queues->Count == 0) { -
  • No queues matching search criteria found. -% } -%while ( $queue = $queues->Next) { -
  • <%$queue->Name%>
  • -%} - -
-
-<& /Elements/TitleBoxEnd &> - -<%INIT> -my ($queue, $caption); -my $queues = new RT::Queues($session{'CurrentUser'}); -$queues->UnLimit(); - -if ($FindDisabledQueues) { - $queues->{'find_disabled_rows'} = 1; -} - - -<%ARGS> -$FindDisabledQueues => 0 - -- cgit v1.2.1