From 2e2fc8616751ce8fd69bc52344dd61fc03eb2ab0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 3 Jun 2015 22:16:20 -0700 Subject: set appointment length, RT#33556 --- httemplate/elements/make_appointment.html | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 httemplate/elements/make_appointment.html (limited to 'httemplate/elements/make_appointment.html') diff --git a/httemplate/elements/make_appointment.html b/httemplate/elements/make_appointment.html new file mode 100644 index 000000000..f9e80045c --- /dev/null +++ b/httemplate/elements/make_appointment.html @@ -0,0 +1,34 @@ +<& /elements/header-popup.html &> + +% #XXX actually, the action needs to repace the top-level window with this +% #$params->{'action'} = $p. 'rt/Search/Schedule.html?'. $query; +
+ + + +% my @sched_item = qsearch('sched_item', { 'disabled' => '', }); +% my @username = map $_->access_user->username, @sched_item; +% foreach my $username (@username) { + +% } + +Length: + +
+
+ + + +
+ +<& /elements/footer-popup.html &> +<%init> + +#XXX '&pkgnum=$pkgnum";need to be for specific package/location, not just for a customer... default to active(/ordered) package in a pkg_class w/ticketing_queueid, otherwise, a popup? (well, we're already a popup now) we're getting complicated like form-creat_ticket.html + + + -- cgit v1.2.1