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

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 04:15:35 EDT 2005


Author: jesse
Date: Sat Apr 16 04:15:34 2005
New Revision: 2697

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
Log:
 r13086 at hualien:  jesse | 2005-04-16 03:01:53 -0400
  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-CSS/html/Search/Build.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html	Sat Apr 16 04:15:34 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