add RTx::Calendar 0.07
[freeside.git] / rt / share / html / Callbacks / RTx-Calendar / Ticket / Elements / Tabs / Default
1 <%init>         
2 my $args;
3 $args= "?" . $m->comp(
4     '/Elements/QueryString',
5     Query   => $ARGS{'Query'}   || $session{'CurrentSearchHash'}->{'Query'},
6     Format  => $ARGS{'Format'}  || $session{'CurrentSearchHash'}->{'Format'},
7     OrderBy => $ARGS{'OrderBy'} || $session{'CurrentSearchHash'}->{'OrderBy'},
8     Order   => $ARGS{'Order'}   || $session{'CurrentSearchHash'}->{'Order'},
9     Page   => $ARGS{'Page'}   || $session{'CurrentSearchHash'}->{'Page'},
10     Rows    => $ARGS{'Rows'},
11   ) if ($ARGS{'Query'} or $session{'CurrentSearchHash'}->{'Query'});
12 $args ||= '';
13
14 $tabs->{'zz'} = { title =>loc("Calendar"),
15                   path  => "Search/Calendar.html$args" };
16 </%init>
17 <%args>
18 $tabs
19 </%args>