[Rt-commit] r16141 - in rt/branches/3.999-DANGEROUS: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Sep 28 22:00:33 EDT 2008
Author: sunnavy
Date: Sun Sep 28 22:00:32 2008
New Revision: 16141
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyDates.html
Log:
r16947 at sunnavys-mb: sunnavy | 2008-09-29 09:58:31 +0800
clean up ModifyDates.html
Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyDates.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyDates.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyDates.html Sun Sep 28 22:00:32 2008
@@ -52,7 +52,7 @@
title => _('Modify dates for #%1', $ticket_obj->id) &>
% $m->callback(Callbackname => 'before_action_list', args_ref => \%ARGS, ticket => $ticket_obj);
-<& /Elements/ListActions, actions => \@results &>
+<& /Elements/ListActions &>
<% Jifty->web->form->start( submit_to => '?id=' . $ticket_obj->id ) %>
<&| /Widgets/TitleBox,title => _('Modify dates for ticket # %1', $ticket_obj->id), class=> 'ticket-info-dates' &>
@@ -70,7 +70,6 @@
my $ticket_obj = load_ticket($id);
my $action = Jifty->web->new_action( class => 'UpdateTicket', record =>
$ticket_obj );
-my @results = $action->detailed_messages;
</%INIT>
<%ARGS>
More information about the Rt-commit
mailing list