summaryrefslogtreecommitdiff
path: root/rt/webrt/Admin/Elements/QueueTabs
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2002-08-12 06:17:10 +0000
committercvs2git <cvs2git>2002-08-12 06:17:10 +0000
commit160be29a0dc62e79a4fb95d2ab8c0c7e5996760e (patch)
tree94ebadb17321b138fd7bfd9a5c379eec97c5d328 /rt/webrt/Admin/Elements/QueueTabs
parent3ef62a0570055da710328937e7f65dbb2c027c62 (diff)
This commit was manufactured by cvs2svn to create branch 'BESTPRACTICAL'.
Diffstat (limited to 'rt/webrt/Admin/Elements/QueueTabs')
-rwxr-xr-xrt/webrt/Admin/Elements/QueueTabs36
1 files changed, 0 insertions, 36 deletions
diff --git a/rt/webrt/Admin/Elements/QueueTabs b/rt/webrt/Admin/Elements/QueueTabs
deleted file mode 100755
index b7da7e007..000000000
--- a/rt/webrt/Admin/Elements/QueueTabs
+++ /dev/null
@@ -1,36 +0,0 @@
-<& /Admin/Elements/Tabs, subtabs => $subtabs, current_tab => 'Admin/Queues/' &>
-<hr>
-<%INIT>
- my $subtabs = {
- A => { title => 'Basics',
- path => "Admin/Queues/Modify.html?id=".$id,
- },
- B => { title => 'Watchers',
- path => "Admin/Queues/People.html?id=".$id,
- },
-
- C => { title => 'Scrips',
- path => "Admin/Queues/Scrips.html?id=".$id,
- },
- D => { title => 'Templates',
- path => "Admin/Queues/Templates.html?id=".$id,
- },
- E => { title => 'Keyword Selections',
- path => "Admin/Queues/Keywords.html?id=".$id,
- },
- F => { title => 'Group Rights',
- path => "Admin/Queues/GroupRights.html?id=".$id,
- },
- G => { title => 'User Rights',
- path => "Admin/Queues/UserRights.html?id=".$id,
- },
-
-
-
-};
-</%INIT>
-
-
-<%ARGS>
-$id => undef
-</%ARGS>