[Rt-commit] r10487 - rt/branches/3.7-RTIR-RELENG/html/Ticket

ruz at bestpractical.com ruz at bestpractical.com
Thu Jan 24 20:11:02 EST 2008


Author: ruz
Date: Thu Jan 24 20:10:42 2008
New Revision: 10487

Modified:
   rt/branches/3.7-RTIR-RELENG/html/Ticket/GnuPG.html

Log:
* define action for the form

Modified: rt/branches/3.7-RTIR-RELENG/html/Ticket/GnuPG.html
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Ticket/GnuPG.html	(original)
+++ rt/branches/3.7-RTIR-RELENG/html/Ticket/GnuPG.html	Thu Jan 24 20:10:42 2008
@@ -7,7 +7,7 @@
 
 % $m->callback( CallbackName => 'BeforeActionList', %ARGS, Actions => \@results, ARGSRef => \%ARGS );
 <& /Elements/ListActions, actions => \@results &>
-<form method="post">
+<form method="post" action="<% RT->Config->Get('WebPath') . $m->request_comp->path %>">
 <a href="<% RT->Config->Get('WebURL') %>/Ticket/Display.html?id=<% $txn->Ticket %>#txn-<% $id %>">
 <% loc('Return back to the ticket') %>
 </a>


More information about the Rt-commit mailing list