[Rt-commit] r2492 - in rt/branches/QUEBEC-EXPERIMENTAL: . html/Search

jesse at bestpractical.com jesse at bestpractical.com
Tue Mar 22 12:13:05 EST 2005


Author: jesse
Date: Tue Mar 22 12:13:05 2005
New Revision: 2492

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Build.html
Log:
 r9553 at hualien:  jesse | 2005-03-22 22:00:21 +0800
 Certain search-related actions wouldn't display the page footer due to calls to $m->abort();


Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Build.html
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Build.html	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Build.html	Tue Mar 22 12:13:05 2005
@@ -208,6 +208,7 @@
 # if parsing went poorly, send them to the edit page to fix it
 if ( $actions[0] ) {
     $m->comp( "Edit.html", Query => $Query, actions => \@actions );
+    $m->comp('/Elements/Footer');
     $m->abort();
 }
 
@@ -834,6 +835,7 @@
         OrderBy => $OrderBy,
         Rows    => $RowsPerPage
     );
+    $m->comp('/Elements/Footer');
     $m->abort();
 }
 


More information about the Rt-commit mailing list