From 3741fe34d3a6d1daa216ee460e9fd3c79c7e480e Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 12 Apr 2014 12:29:23 -0700 Subject: installers (calendaring), RT#16584 --- rt/share/html/Search/Schedule.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'rt/share/html/Search/Schedule.html') diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html index 12d268500..bbbfffdc9 100644 --- a/rt/share/html/Search/Schedule.html +++ b/rt/share/html/Search/Schedule.html @@ -1,5 +1,10 @@ <& /Elements/Header, Title => 'Schedule' &> +%#init_overlib.html +%foreach my $file (@files) { + +%} + <& /Search/Calendar.html, @_, Embed => 'Schedule.html', @@ -7,3 +12,10 @@ DayDisplayArgs => [ username => $ARGS{username} ], &> +<%init> +my @files = (); +#if ( ! $initialized ) { + push @files, map "overlibmws$_", ( '', qw( _iframe _draggable _crossframe ) ); + push @files, map { "${_}contentmws" } qw( iframe ajax ); +#%} + -- cgit v1.2.1