[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.10-27-gc1779fd
Alex Vandiver
alexmv at bestpractical.com
Tue Feb 5 14:39:28 EST 2013
The branch, 4.0-trunk has been updated
via c1779fdfeff68db59c74f4ed1bd616bbf28e3ce5 (commit)
from 85b0041863cb0c0f1f22deb1e9aee49b540df554 (commit)
Summary of changes:
share/html/Ticket/Reminders.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c1779fdfeff68db59c74f4ed1bd616bbf28e3ce5
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Feb 5 14:13:14 2013 -0500
Move action list to after the appropriately named callback
68e04dd added ListActions, placed it such that the "BeforeActionList"
callback was after the action list. Move the new ListActions to after
the "BeforeActionList" callback, to make the name lie less.
diff --git a/share/html/Ticket/Reminders.html b/share/html/Ticket/Reminders.html
index 4a7069d..5a7ebcd 100644
--- a/share/html/Ticket/Reminders.html
+++ b/share/html/Ticket/Reminders.html
@@ -47,10 +47,10 @@
%# END BPS TAGGED BLOCK }}}
<& /Elements/Header, Title => loc("Reminders for ticket #[_1]", $Ticket->Id) &>
<& /Elements/Tabs &>
-<& /Elements/ListActions, actions => \@results &>
% $m->callback(CallbackName => 'BeforeActionList', ARGSRef => \%ARGS, Ticket => $Ticket);
+<& /Elements/ListActions, actions => \@results &>
<form action="<%RT->Config->Get('WebPath')%>/Ticket/Reminders.html" name="UpdateReminders" id="UpdateReminders" method="post">
<&|/Widgets/TitleBox, title => loc("Reminders"),
class=>'ticket-info-reminders'
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list