X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FTicket%2FReminders.html;h=b9cefe6e4e200811c1ab73d3a948f53dbb864f08;hp=8461efe44c196840dbb559f8d3a9a7be10fb153a;hb=919e930aa9279b3c5cd12b593889cd6de79d67bf;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916 diff --git a/rt/share/html/Ticket/Reminders.html b/rt/share/html/Ticket/Reminders.html index 8461efe44..b9cefe6e4 100755 --- a/rt/share/html/Ticket/Reminders.html +++ b/rt/share/html/Ticket/Reminders.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -50,6 +50,7 @@ % $m->callback(CallbackName => 'BeforeActionList', ARGSRef => \%ARGS, Ticket => $Ticket); +<& /Elements/ListActions, actions => \@results &>
<&|/Widgets/TitleBox, title => loc("Reminders"), class=>'ticket-info-reminders' @@ -65,7 +66,7 @@ <%INIT> my $Ticket = LoadTicket($id); -ProcessTicketReminders( TicketObj => $Ticket, ARGSRef => \%ARGS ); +my @results = ProcessTicketReminders( TicketObj => $Ticket, ARGSRef => \%ARGS ); <%ARGS> $id => undef