diff options
Diffstat (limited to 'rt/share/html/Search/Results.html')
-rwxr-xr-x | rt/share/html/Search/Results.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rt/share/html/Search/Results.html b/rt/share/html/Search/Results.html index 4fee86506..13fa3c04f 100755 --- a/rt/share/html/Search/Results.html +++ b/rt/share/html/Search/Results.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -49,6 +49,9 @@ Refresh => $refresh, LinkRel => \%link_rel &> <& /Elements/Tabs &> + +% $m->callback( ARGSRef => \%ARGS, CallbackName => 'BeforeResults' ); + <& /Elements/CollectionList, Query => $Query, TotalFound => $ticketcount, @@ -62,6 +65,8 @@ BaseURL => $BaseURL &> +% $m->callback( ARGSRef => \%ARGS, CallbackName => 'AfterResults' ); + % my %hiddens = (Query => $Query, Format => $Format, Rows => $Rows, OrderBy => $OrderBy, Order => $Order, HideResults => $HideResults, Page => $Page, SavedChartSearchId => $SavedChartSearchId ); <div align="right" class="refresh"> <form method="get" action="<%RT->Config->Get('WebPath')%>/Search/Results.html"> |