[Rt-commit] r2698 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . html/Ticket

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


Author: jesse
Date: Sat Apr 16 04:15:42 2005
New Revision: 2698

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
Log:
 r13087 at hualien:  jesse | 2005-04-16 03:01:56 -0400
  r12984 at hualien:  jesse | 2005-04-16 02:23:14 -0400
   r9554 at hualien:  jesse | 2005-03-22 09:01:26 -0500
   * When creating a ticket, the footer sometimes wouldn't be displayed
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html	Sat Apr 16 04:15:42 2005
@@ -283,7 +283,8 @@
 
 if ((!exists $ARGS{'AddMoreAttach'}) && ($ARGS{'id'} eq 'new')) { # new ticket?
     $m->comp('Display.html', %ARGS);
-    return();
+    $m->comp('/Elements/Footer');
+    $m->abort();
 }
 </%INIT>
 


More information about the Rt-commit mailing list