From 68fcc90d8e95f1efe0efe07b2f59e5fab2d8c535 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 27 Apr 2011 08:31:03 +0000 Subject: RT mobile UI, #11630 --- rt/share/html/m/ticket/select_create_queue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 rt/share/html/m/ticket/select_create_queue (limited to 'rt/share/html/m/ticket/select_create_queue') diff --git a/rt/share/html/m/ticket/select_create_queue b/rt/share/html/m/ticket/select_create_queue new file mode 100644 index 000000000..88cf2033b --- /dev/null +++ b/rt/share/html/m/ticket/select_create_queue @@ -0,0 +1,18 @@ +<%init> +my $queues = RT::Queues->new($session{'CurrentUser'}); +$queues->UnLimit(); + + +<&| /m/_elements/wrapper, title => loc("Create a ticket") &> +
+<&|/Widgets/TitleBox, title => loc("Select a queue") &> + + +
+ + -- cgit v1.2.1