[Rt-commit] r2648 - in rt/branches/PLATANO-EXPERIMENTAL: .
html/Ticket
jesse at bestpractical.com
jesse at bestpractical.com
Sat Apr 16 02:43:39 EDT 2005
Author: jesse
Date: Sat Apr 16 02:43:39 2005
New Revision: 2648
Modified:
rt/branches/PLATANO-EXPERIMENTAL/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL/html/Ticket/Create.html
Log:
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/html/Ticket/Create.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Ticket/Create.html (original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Ticket/Create.html Sat Apr 16 02:43:39 2005
@@ -287,7 +287,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