[Rt-commit] r16018 - in rt/branches/3.999-DANGEROUS: share/html/Search
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Sep 17 23:29:12 EDT 2008
Author: sunnavy
Date: Wed Sep 17 23:29:10 2008
New Revision: 16018
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/Search/Build.html
rt/branches/3.999-DANGEROUS/share/html/Search/Simple.html
Log:
r16770 at sunnavys-mb: sunnavy | 2008-09-18 08:52:38 +0800
don't need to call Footer manually
Modified: rt/branches/3.999-DANGEROUS/share/html/Search/Build.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Search/Build.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Search/Build.html Wed Sep 17 23:29:10 2008
@@ -295,7 +295,6 @@
if ( $ARGS{'do_search'} ) {
$m->comp( 'Results.html', %query );
- $m->comp( '/Elements/Footer' );
$m->abort;
}
Modified: rt/branches/3.999-DANGEROUS/share/html/Search/Simple.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Search/Simple.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Search/Simple.html Wed Sep 17 23:29:10 2008
@@ -100,7 +100,6 @@
my $search = RT::Search::Googleish->new(%args);
$m->comp( "Results.html", query => $search->query_to_sql() );
- $m->comp( "/Elements/Footer" );
$m->abort();
}
</%INIT>
More information about the Rt-commit
mailing list