diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-04-12 12:29:23 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-12 12:29:23 -0700 |
| commit | 3741fe34d3a6d1daa216ee460e9fd3c79c7e480e (patch) | |
| tree | faa495daf9302592c59fc2d92a68d143d209960d /rt/share/html/Search/Schedule.html | |
| parent | f7d5af6176a79d0afcd67ba8bdd5a64d6c6af330 (diff) | |
installers (calendaring), RT#16584
Diffstat (limited to 'rt/share/html/Search/Schedule.html')
| -rw-r--r-- | rt/share/html/Search/Schedule.html | 12 |
1 files changed, 12 insertions, 0 deletions
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) { +<SCRIPT TYPE="text/javascript" SRC="<%$fsurl%>elements/<%$file%>.js"></SCRIPT> +%} + <& /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 ); +#%} +</%init> |
