X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fmake_appointment.html;fp=httemplate%2Fmisc%2Fmake_appointment.html;h=6f308e0a82bea0f2e1454baa75d0d3997c884674;hp=0000000000000000000000000000000000000000;hb=ebf0fbf1e78dda4cba6ce0aa1420233375f3a0ee;hpb=b2787f77f842a16df069227e74a2da54b8b36efb diff --git a/httemplate/misc/make_appointment.html b/httemplate/misc/make_appointment.html new file mode 100644 index 000000000..6f308e0a8 --- /dev/null +++ b/httemplate/misc/make_appointment.html @@ -0,0 +1,39 @@ +<& /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 + + +