[Rt-commit] r2647 - in rt/branches/PLATANO-EXPERIMENTAL: . html/Search

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 02:43:31 EDT 2005


Author: jesse
Date: Sat Apr 16 02:43:30 2005
New Revision: 2647

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/html/Search/Build.html
Log:
 r12983 at hualien:  jesse | 2005-04-16 02:23:10 -0400
  r9553 at hualien:  jesse | 2005-03-22 09:00:21 -0500
  Certain search-related actions wouldn't display the page footer due to calls to $m->abort();
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/html/Search/Build.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Search/Build.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Search/Build.html	Sat Apr 16 02:43:30 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