X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FTicket%2FReminders.html;h=8da163fa73dc03ad47045de70deafad3215afc13;hb=d1bfdbf97b2950f5f6ccb1255db387479d483955;hp=0bbd87e9aa44b793ee03c9fb664d8e6478ab5363;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/share/html/Ticket/Reminders.html b/rt/share/html/Ticket/Reminders.html index 0bbd87e9a..8da163fa7 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-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -45,29 +45,28 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -<& /Elements/Header, Title => loc("Reminder ticket #[_1]", $Ticket->Id) &> -<& /Ticket/Elements/Tabs, - Ticket => $Ticket, - current_tab => "Ticket/Reminders.html?id=".$Ticket->Id, - Title => loc("Reminders for ticket #[_1]", $Ticket->Id) &> +<& /Elements/Header, Title => loc("Reminders for ticket #[_1]", $Ticket->Id) &> +<& /Elements/Tabs &> % $m->callback(CallbackName => 'BeforeActionList', ARGSRef => \%ARGS, Ticket => $Ticket); -
+<& /Elements/ListActions, actions => \@results &> + <&|/Widgets/TitleBox, title => loc("Reminders"), class=>'ticket-info-reminders' &> <& /Ticket/Elements/Reminders, Ticket => $Ticket, ShowCompleted => 1, Edit => 1 &> -<& /Elements/Submit, Label => loc('Save') &> +<& /Elements/Submit, + Label => loc('Save Changes') &>
<%INIT> - my $Ticket = LoadTicket($id); - + +my @results = ProcessTicketReminders( TicketObj => $Ticket, ARGSRef => \%ARGS ); <%ARGS> $id => undef