From 1940c97e91feb160764c85c291d82f0723fc4e04 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 29 Oct 2015 10:52:04 -0700 Subject: fix appointments vs. no direct elements/ access, RT#34237, RT#23357 --- httemplate/elements/make_appointment.html | 39 ------------------------------- 1 file changed, 39 deletions(-) delete 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 deleted file mode 100644 index ddf377f54..000000000 --- a/httemplate/elements/make_appointment.html +++ /dev/null @@ -1,39 +0,0 @@ -<& /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> - -my $default_length = FS::Conf->new->config('default_appointment_length') || 180; - -#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